You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/markup/markdown
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>
2 years ago
..
math Add KaTeX rendering to Markdown. (#20571) 2 years ago
ast.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
convertyaml.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
goldmark.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
markdown.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
markdown_test.go Kd/ci playwright go test (#20123) 2 years ago
meta.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
meta_test.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
renderconfig.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
renderconfig_test.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
toc.go Make better use of i18n (#20096) 3 years ago