0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 14:25:00 +01:00
gitea/modules/markup
zeripath 88c2e24360
Add KaTeX rendering to Markdown. (#20571)
This PR adds mathematical rendering with KaTeX.

The first step is to add a Goldmark extension that detects the latex
(and tex) mathematics delimiters.

The second step to make this extension only run if math support is
enabled.

The second step is to then add KaTeX CSS and JS to the head which will
load after the dom is rendered.

Fix #3445

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-09-14 00:33:37 +08:00
..
common
console
csv
external Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
markdown Add KaTeX rendering to Markdown. (#20571) 2022-09-14 00:33:37 +08:00
mdstripper
orgmode
camo.go
camo_test.go
html.go
html_internal_test.go
html_test.go Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
renderer.go
renderer_test.go
sanitizer.go Add KaTeX rendering to Markdown. (#20571) 2022-09-14 00:33:37 +08:00
sanitizer_test.go