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.
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
..
block_node.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
block_parser.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
block_renderer.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
inline_node.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
inline_parser.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
inline_renderer.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
math.go Add KaTeX rendering to Markdown. (#20571) 2 years ago