Update namespace-settings.j2
Renamed checkbox from mathjax-checkbox to katex-checkbox. Updated label to "Enable KaTeX" with link to katex.org. Changed description from "could introduce slowness" to "fast math rendering".
This commit is contained in:
parent
17f54d6705
commit
e9233180cf
1 changed files with 3 additions and 3 deletions
|
|
@ -59,9 +59,9 @@ If checked, disable infinite nesting and limit to only a depth of 2.
|
|||
If checked, both <code>example.com/1</code> and <code>example.com/1?a=2</code> will load the same thread because <code>a=2</code> is ignored.
|
||||
<br>
|
||||
<br>
|
||||
<label>Enable MathJax:</label>
|
||||
<input type="checkbox" name="mathjax-checkbox" id="mathjax-checkbox" {% if request.namespace.mathjax %}checked{% endif %}></input>
|
||||
If checked, allow beautiful math equations with <a href="https://www.mathjax.org/" target="_blank" rel="nofollow">MathJax</a> <span class="status">(could introduce slowness)</span>
|
||||
<label>Enable KaTeX:</label>
|
||||
<input type="checkbox" name="katex-checkbox" id="katex-checkbox" {% if request.namespace.katex %}checked{% endif %}></input>
|
||||
If checked, allow beautiful math equations with <a href="https://katex.org/" target="_blank" rel="nofollow">KaTeX</a> <span class="status">(fast math rendering)</span>
|
||||
<br>
|
||||
<code>$$E = mc^2$$</code>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue