mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
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>
33 lines
675 B
YAML
Vendored
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
|