0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-math/config/settings.yml
Sam d31ca17c57
FEATURE: update mathjax to version 4.1 (#36814)
This upgrades to Mathjax 4.1 and latest katex
Implement rich text composer support for math
Adds support for /( )/ and /[ /] which was missing and very common now 
Removes math javascript from our repo

---------

Co-authored-by: Mark McClure <mcmcclur@unca.edu>
2026-01-09 08:24:31 +11:00

33 lines
675 B
YAML
Vendored

plugins:
discourse_math_enabled:
default: false
client: true
discourse_math_provider:
default: "mathjax"
client: true
type: enum
choices:
- mathjax
- katex
discourse_math_enable_latex_delimiters:
default: true
client: true
discourse_math_mathjax_output:
default: "html"
client: true
type: enum
choices:
- html
- svg
discourse_math_enable_menu:
default: true
client: true
discourse_math_zoom_on_click:
default: false
client: true
discourse_math_enable_accessibility:
default: false
client: true
discourse_math_enable_asciimath:
default: false
client: true