forgejo/modules/markup
mrsdizzie c8650aef0a Change order that PostProcess Processors are run (#6445)
Make sure Processors that work on full links are run first so that
something matching another pattern doesn't alter a link before we get to
it, for example:

 https://stackoverflow.com/questions/2896191/what-is-go-used-fore

Fixes #4813
2019-03-27 11:37:54 -04:00
..
csv Add csv file render support defaultly (#4105) 2018-07-21 00:08:15 +03:00
external support envs on external render commands (#5278) 2018-11-20 17:11:21 -05:00
markdown Markdown: enable some more extensions (#6362) 2019-03-21 15:53:06 +02:00
orgmode Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) 2019-01-30 17:17:43 -05:00
html.go Change order that PostProcess Processors are run (#6445) 2019-03-27 11:37:54 -04:00
html_internal_test.go
html_test.go Change order that PostProcess Processors are run (#6445) 2019-03-27 11:37:54 -04:00
markup.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
markup_test.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
sanitizer.go
sanitizer_test.go