0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-math/config/locales/server.en.yml
Sam d31ca17c57
FEATURE: update mathjax to version 4.1 (#36814)
This upgrades to Mathjax 4.1 and latest katex
Implement rich text composer support for math
Adds support for /( )/ and /[ /] which was missing and very common now 
Removes math javascript from our repo

---------

Co-authored-by: Mark McClure <mcmcclur@unca.edu>
2026-01-09 08:24:31 +11:00

13 lines
809 B
YAML
Vendored

# encoding: utf-8
#
en:
site_settings:
discourse_math_enabled: "Enable Discourse Math plugin (will add special processing to $ and $$ blocks)"
discourse_math_provider: "Default math rendering provider"
discourse_math_enable_latex_delimiters: "Enable LaTeX-style delimiters: \\(...\\) for inline math and \\[...\\] for block math"
discourse_math_mathjax_output: "MathJax output format (MathJax only)"
discourse_math_enable_menu: "Enable contextual menu (MathJax only)"
discourse_math_enable_accessibility: "Enable accessibility features (MathJax with menu only)"
discourse_math_zoom_on_click: "Zoom 175% on alt-click (MathJax with menu only)"
discourse_math_enable_asciimath: "Enable asciimath (will add special processing to % delimited input; only supported with MathJax)"