-
Notifications
You must be signed in to change notification settings - Fork 6
/
mathjax.yaml
23 lines (17 loc) · 868 Bytes
/
mathjax.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Global plugin configurations
enabled: true # Set to false to disable this plugin completely
active: true # Enable or disable this plugin for a page
built_in_css: true # Use built-in CSS of the plugin
built_in_js: true # Use built-in JS of the plugin
weight: -5 # Set the weight (order of execution)
# Default values for MathJax configuration
delimiters:
inline: # Inline delimiters
'\(': '\)' # - MathJax/KaTeX
'$': '$' # - LaTeX
block: # Block delimiters
'\[': '\]' # - MathJax/KaTeX
'$$': '$$' # - LaTeX
CDN:
enabled: true # Use MathJax Content Delivery Network (CDN)
url: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML