mirror of
https://github.com/discourse/discourse-math.git
synced 2025-03-09 02:49:38 +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.
10 lines
385 B
YAML
10 lines
385 B
YAML
# encoding: utf-8
|
|
#
|
|
|
|
en:
|
|
site_settings:
|
|
discourse_math_enabled: 'Enable Discourse Math plugin (will add special processing to $ and $$ blocks)'
|
|
discourse_math_zoom_on_hover: 'Zoom 200% on hover'
|
|
discourse_math_enable_accessibility: 'Enable accessibility features'
|
|
discourse_math_enable_asciimath: 'Enable asciimath (will add special processing to % delimited input)'
|