mirror of
https://github.com/go-gitea/gitea
synced 2024-11-22 08:56:32 +01:00
3f9c3e7bc3
There were too many patches to the Render system, it's really difficult to make further improvements. This PR clears the legacy problems and fix TODOs. 1. Rename `RenderContext.Type` to `RenderContext.MarkupType` to clarify its usage. 2. Use `ContentMode` to replace `meta["mode"]` and `IsWiki`, to clarify the rendering behaviors. 3. Use "wiki" mode instead of "mode=gfm + wiki=true" 4. Merge `renderByType` and `renderByFile` 5. Add more comments ---- The problem of "mode=document": in many cases it is not set, so many non-comment places use comment's hard line break incorrectly |
||
---|---|---|
.. | ||
asciicast | ||
common | ||
console | ||
csv | ||
external | ||
markdown | ||
mdstripper | ||
orgmode | ||
camo.go | ||
camo_test.go | ||
html.go | ||
html_codepreview.go | ||
html_codepreview_test.go | ||
html_commit.go | ||
html_email.go | ||
html_emoji.go | ||
html_internal_test.go | ||
html_issue.go | ||
html_link.go | ||
html_mention.go | ||
html_node.go | ||
html_test.go | ||
main_test.go | ||
render.go | ||
render_helper.go | ||
render_links.go | ||
renderer.go | ||
renderer_test.go | ||
sanitizer.go | ||
sanitizer_custom.go | ||
sanitizer_default.go | ||
sanitizer_default_test.go | ||
sanitizer_description.go | ||
sanitizer_description_test.go |