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 Detect delimiter in CSV rendering (#7869) 2019-08-16 01:09:50 +03:00
external Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Update go-org to optimize code (#8824) 2019-11-05 16:39:03 +08:00
html.go Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
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
markup.go Support inline rendering of CUSTOM_URL_SCHEMES (#8496) 2019-10-15 02:31:09 +01:00
markup_test.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
sanitizer.go Change markdown rendering from blackfriday to goldmark (#9533) 2019-12-31 03:53:28 +02:00
sanitizer_test.go Allow kbd tags (#9245) 2019-12-03 14:02:41 -05:00