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

13 lines
273 B
PHP

<?php
/**
* Options for the mathjax plugin
*
* @author Mark Liffiton <liffiton@gmail.com>
*/
$meta['url'] = array('string');
$meta['config'] = array('');
$meta['configfile'] = array('string');
$meta['asciimath'] = array('onoff');
$meta['mathtags'] = array('string');