mirror of
https://github.com/discourse/discourse-math.git
synced 2025-02-16 16:34:56 +00:00
21 lines
410 B
YAML
21 lines
410 B
YAML
plugins:
|
|
discourse_math_enabled:
|
|
default: false
|
|
client: true
|
|
discourse_math_provider:
|
|
default: "mathjax"
|
|
client: true
|
|
type: enum
|
|
choices:
|
|
- mathjax
|
|
- katex
|
|
discourse_math_zoom_on_hover:
|
|
default: false
|
|
client: true
|
|
discourse_math_enable_accessibility:
|
|
default: false
|
|
client: true
|
|
discourse_math_enable_asciimath:
|
|
default: false
|
|
client: true
|