0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 19:18:52 +01:00
gitea/web_src/less
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
..
chroma
code
codemirror
console
features
markup
modules
shared
standalone
themes
_admin.less
_base.less
_dashboard.less
_editor.less
_explore.less
_font_i18n.less
_form.less
_home.less
_install.less
_organization.less
_repository.less
_review.less
_svg.less
_tribute.less
_user.less
animations.less Add KaTeX rendering to Markdown. (#20571) 2022-09-14 00:33:37 +08:00
helpers.less
index.less
variables.less