gitea/services/markup
wxiaoguang 412e5c0946
Make web context initialize correctly for different cases ()
The web context (modules/context.Context) is quite complex, it's
difficult for the callers to initialize correctly.

This PR introduces a `NewWebContext` function, to make sure the web
context have the same behavior for different cases.
..
main_test.go Implement FSFE REUSE for golang files ()
processorhelper.go Add RTL rendering support to Markdown ()
processorhelper_test.go Make web context initialize correctly for different cases ()