mirror of
https://github.com/discourse/discourse-math.git
synced 2025-03-06 17:39:13 +00:00
This version sets the new asciimath parsing to be an option. It also deals with the old zoom_on_hover and enable_accessibility options a bit better.
14 lines
285 B
YAML
14 lines
285 B
YAML
plugins:
|
|
discourse_math_enabled:
|
|
default: false
|
|
client: true
|
|
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
|