1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
gitea/modules/markup
zeripath d55b5eb0d3
Use html.Parse rather than html.ParseFragment (#16223)
* Use html.Parse rather than html.ParseFragment
  There have been a few issues with html.ParseFragment - just use html.Parse instead.

* Skip document node

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-06-22 00:12:22 +02:00
..
common
csv
external
markdown
mdstripper
orgmode
html_internal_test.go
html_test.go Run processors on whole of text (#16155) 2021-06-17 11:35:05 +01:00
html.go Use html.Parse rather than html.ParseFragment (#16223) 2021-06-22 00:12:22 +02:00
renderer_test.go
renderer.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
sanitizer_test.go
sanitizer.go