gitea/modules/markup/markdown
zeripath 8c461eb261
Fix several render issues (#14986) (#15013)
Backport #14986

* Fix an issue with panics related to attributes
* Wrap goldmark render in a recovery function
* Reduce memory use in render emoji
* Use a pipe for rendering goldmark - still needs more work and a limiter

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-03-17 10:58:58 +02:00
..
ast.go Make TaskCheckBox render correctly (#11214) 2020-04-26 02:09:08 -03:00
goldmark.go Fix several render issues (#14986) (#15013) 2021-03-17 10:58:58 +02:00
markdown.go Fix several render issues (#14986) (#15013) 2021-03-17 10:58:58 +02:00
markdown_test.go Fix several render issues (#14986) (#15013) 2021-03-17 10:58:58 +02:00
meta.go Fix markdown meta parsing (#12817) 2020-09-12 21:48:47 -04:00
meta_test.go Fix markdown meta parsing (#12817) 2020-09-12 21:48:47 -04:00
renderconfig.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 2020-04-24 14:22:36 +01:00
toc.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 2020-04-24 14:22:36 +01:00