You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup
zeripath 27757714d0 Change markdown rendering from blackfriday to goldmark (#9533)
* Move to goldmark

Markdown rendering moved from blackfriday to the goldmark.

Multiple subtle changes required to the goldmark extensions to keep
current rendering and defaults.

Can go further with goldmark linkify and have this work within markdown
rendering making the link processor unnecessary.

Need to think about how to go about allowing extensions - at present it
seems that these would be hard to do without recompilation.

* linter fixes

Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
..
common Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
csv Detect delimiter in CSV rendering (#7869) 5 years ago
external Better logging (#6038) (#6095) 5 years ago
markdown Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
mdstripper Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
orgmode Update go-org to optimize code (#8824) 5 years ago
html.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
html_internal_test.go Alternate syntax for cross references (#9116) 5 years ago
html_test.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
markup.go Support inline rendering of CUSTOM_URL_SCHEMES (#8496) 5 years ago
markup_test.go Prioritize "readme.md" (#5691) 6 years ago
sanitizer.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
sanitizer_test.go Allow kbd tags (#9245) 5 years ago