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.
forgejo/web_src/js/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>
2 years ago
..
anchors.js Use a generic markup class to display externally rendered files and diffs (#15735) 3 years ago
codecopy.js Add copy button to markdown code blocks (#17638) 3 years ago
content.js Add KaTeX rendering to Markdown. (#20571) 2 years ago
math.js Add KaTeX rendering to Markdown. (#20571) 2 years ago
mermaid.js Various Mermaid improvements (#18776) 2 years ago
tasklist.js Use explicit jQuery import, remove unused eslint globals (#18435) 2 years ago