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/setting
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
..
attachment.go Update default allowed attachment types (#20192) 3 years ago
cache.go
cors.go
cron.go
cron_test.go
database.go Add setting `SQLITE_JOURNAL_MODE` to enable WAL (#20535) 3 years ago
database_sqlite.go
database_test.go
directory.go
federation.go Add more linters to improve code readability (#19989) 3 years ago
git.go Use git.HOME_PATH for Git HOME directory (#20114) 3 years ago
i18n.go Remove support for sr-SP (#20155) 3 years ago
indexer.go
indexer_test.go
lfs.go
log.go Add more linters to improve code readability (#19989) 3 years ago
mailer.go Rework mailer settings (#18982) 3 years ago
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
picture.go
project.go
proxy.go
queue.go
repository.go Add disable download source configuration (#20548) 3 years ago
service.go auth/reverseproxy: Add support for full name (#20776) 2 years ago
session.go
setting.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
setting_test.go
storage.go
storage_test.go
task.go
webhook.go