discourse-math/config/settings.yml
mcmcclur 05d52f593f Add asciimath processing (#10)
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.
2018-05-29 08:54:56 +10:00

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