1
0
Fork 0

Adding upstream version 20241201.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-16 08:08:00 +01:00
parent 5f5109ce41
commit f8d74cc725
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
216 changed files with 7490 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?php
$lang['url'] = 'The URL from which MathJax will be loaded.';
$lang['config'] = '(Optional) MathJax configuration; javascript code executed when MathJax loads. See https://docs.mathjax.org/en/latest/options/';
$lang['configfile'] = '(Optional) One or more files containing MathJax configuration commands. Specify paths relative to the dokuwiki installation directory (e.g. conf/mathjax.js or data/pages/mathjaxconf.txt), and separate multiple files with semicolons.';
$lang['asciimath'] = 'Turn this on if you use AsciiMath. This will ensure that `-delimited strings are left alone for MathJax to parse. (Incompatible with Markdown plugins.)';
$lang['mathtags'] = '(Optional) HTML tags to treat as math for MathJax to parse. Specify each as the tag name without angle brackets, and separate multiple tags with commas. If using this option, the tags (with angle brackets) must be added to the MathJax configuration. E.g. "mytag, othertag" here would need something like the following in the MathJax configuration: inlineMath: [ ["&lt;mytag>", "&lt;/mytag>"], ["&lt;othertag>", "&lt;/othertag>"] ]';