Home
last modified time | relevance | path

Searched +full:option +full:- +full:ignored +full:- +full:classes +(+path:plugin +path:katex) -(+path:plugin +path:katex +path:lang) (Results 1 – 5 of 5) sorted by last modified time

/plugin/katex/action/
H A Dsetup.php33 … $JSINFO['plugins']['katex']['options']['ignored-tags'] = $this->_get_option_ignored_tags();
34 … $JSINFO['plugins']['katex']['options']['ignored-classes'] = $this->_get_option_ignored_classes();
42 $conf_option_output = $this->getConf( 'option-output' );
84 $conf_option_ignored_tags = $this->getConf( 'option-ignored-tags' );
92 $log_title = '[KaTeX] Invalid Configuration Value ("option-ignored-tags")';
99 …The value of \"option-ignored-tags\" option should be a string containing tags separated by comma.…
112 $conf_option_ignored_classes = $this->getConf( 'option-ignored-classes' );
120 $log_title = '[KaTeX] Invalid Configuration Value ("option-ignored-tags")';
127 …The value of \"option-ignored-classes\" option should be a string containing tags separated by com…
149 $conf_option_error_color = $this->getConf( 'option-error-color' );
[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>
13 $meta['extension-copy-tex'] = array( 'onoff' );
14 $meta['extension-mhchem'] = array( 'onoff' );
17 $meta['option-output'] = array( 'multichoice', '_choices' => array( 'html', 'mathml', 'htm…
18 $meta['option-delimiters'] = array( '' );
19 $meta['option-ignored-tags'] = array( 'string' );
20 $meta['option-ignored-classes'] = array( 'string' );
21 $meta['option-throwonerror'] = array( 'onoff' );
22 $meta['option-error-color'] = array( 'string' );
[all …]
/plugin/katex/
H A DREADME_zh-TW.md77 | `option-ignored-tags` | 遞迴時要忽略的 DOM 節點標籤列表。 …
78 | `option-ignored-classes` | 遞迴時要忽略的 DOM 節點類別名稱列表。 …
79 | `option-throwonerror` | 當遇到不支援的命令或無效的 $\LaTeX{}$ 語法時拋出 `ParseError`;否則,KaTeX 會將不支援的語法以指定的錯誤顏色渲…
80 | `option-error-color` | 當 `throwonerror` 設置為「否」(未勾選)時,呈現不支援的命令和無效的 $\LaTeX{}$ 語法的顏色。 …
83 #### 設定選項:`option-output`
89 #### 設定選項:`option-delimiters`
110 #### 設定選項:`option-ignored-tags`
115 script, noscript, style, textarea, pre, code, option
122 #### 設定選項:`option-ignored-classes`
134 #### 設定選項:`option-error-color`
[all …]
H A DREADME.md75 | `option-output` | The markup language of the rendering output. …
77 | `option-ignored-tags` | List of types of DOM node to ignore when recursing through. …
78 | `option-ignored-classes` | List of class names of DOM node to ignore when recursing through. …
80 | `option-error-color` | The color that unsupported commands and invalid $\LaTeX{}$ syntax are …
83 #### Configuration: `option-output`
89 #### Configuration: `option-delimiters`
110 #### Configuration: `option-ignored-tags`
115 script, noscript, style, textarea, pre, code, option
122 #### Configuration: `option-ignored-classes`
134 #### Configuration: `option-error-color`
[all …]