mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05: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
|