summaryrefslogtreecommitdiffstats
path: root/plugins/55/mathjax/conf/metadata.php
blob: 13a08a3d9b3491ec39f8eb1b6a7699c199a99078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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');