1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/mathjax/conf/default.php
Daniel Baumann f8d74cc725
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:08:00 +01:00

19 lines
495 B
PHP

<?php
/**
* Default settings for the mathjax plugin
*
* @author Mark Liffiton <liffiton@gmail.com>
*/
$conf['url'] = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS_CHTML.js';
$conf['config'] = 'MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$","$"], ["\\\\(","\\\\)"] ],
displayMath: [ ["$$","$$"], ["\\\\[","\\\\]"] ],
processEscapes: true
}
});';
$conf['configfile'] = '';
$conf['asciimath'] = 0;
$conf['mathtags'] = '';