gitea/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>
2019-12-31 03:53:28 +02:00
..
common Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
csv
external
markdown Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
mdstripper Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
orgmode
html_internal_test.go Alternate syntax for cross references (#9116) 2019-12-01 15:57:05 +02:00
html_test.go Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
html.go Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
markup_test.go
markup.go
sanitizer_test.go Allow kbd tags (#9245) 2019-12-03 14:02:41 -05:00
sanitizer.go Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00