Home
last modified time | relevance | path

Searched +full:cdn +full:- +full:provider +(+path:plugin +path:katex) -(+path:plugin +path:katex +path:lang) (Results 1 – 3 of 3) sorted by last modified time

/plugin/katex/action/
H A Dload.php45 if ( $this->getConf( 'extension-mhchem' ) ) {
52 if ( $this->getConf( 'extension-copy-tex' ) ) {
55 'src' => $this->_get_resource_url( 'contrib/copy-tex.min.js' ),
61 'src' => $this->_get_resource_url( 'contrib/auto-render.min.js' ),
69 // e.g. https://cdn.bootcdn.net/ajax/libs/KaTeX/0.16.4/katex.min.js
70 "bootcdn" => 'https://cdn.bootcdn.net/ajax/libs/KaTeX/%VERSION%/%FILE_URI%',
73 // e.g. https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.js
74 "jsdelivr" => 'https://cdn.jsdelivr.net/npm/katex@%VERSION%/dist/%FILE_URL%',
77 // e.g. https://cdn.staticfile.org/KaTeX/0.16.4/katex.min.js
78 "staticfile" => 'https://cdn.staticfile.org/KaTeX/%VERSION%/%FILE_URL%',
[all …]
/plugin/katex/conf/
H A Ddefault.php6 * @author H.-H. PENG (Hsins) <hsinspeng@gmail.com>
9 $conf['cdn-provider'] = 'self-hosted';
10 $conf['extension-copy-tex'] = 1;
11 $conf['extension-mhchem'] = 1;
12 $conf['option-output'] = 'htmlAndMathml';
13 $conf['option-delimiters'] = '
18 $conf['option-ignored-tags'] = 'script, noscript, style, textarea, pre, code, option';
19 $conf['option-ignored-classes'] = '';
20 $conf['option-throwonerror'] = 1;
21 $conf['option-error-color'] = '#CC0000';
[all …]
H A Dmetadata.php5 * @license GPLv3 https://www.gnu.org/licenses/gpl-3.0.html
6 * @author H.-H. PENG (Hsins) <hsinspeng@gmail.com>
9 // CDN Provider
10 $meta['cdn-provider'] = array( 'multichoice', '_choices' => array( 'self-hosted', 'bootcdn', 'cdnjs…
13 $meta['extension-copy-tex'] = array( 'onoff' );
14 $meta['extension-mhchem'] = array( 'onoff' );
18 $meta['option-delimiters'] = array( '' );
19 $meta['option-ignored-tags'] = array( 'string' );
20 $meta['option-ignored-classes'] = array( 'string' );
22 $meta['option-error-color'] = array( 'string' );
[all …]