1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/mathjax/conf/metadata.php

14 lines
273 B
PHP
Raw Normal View History

<?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');