Adding mathjax version 20211120 (fccaddf).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8436b74706
commit
24ffcac643
8 changed files with 310 additions and 0 deletions
13
plugins/55/mathjax/conf/metadata.php
Normal file
13
plugins/55/mathjax/conf/metadata.php
Normal file
|
@ -0,0 +1,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');
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue