Lines Matching +full:option +full:- +full:delimiters +(+path:plugin +path:katex) -(+path:plugin +path:katex +path:lang)

1 <!-- badges -->
4 …[](https://img.shields.io/github/license/Hsins/dokuwiki-plugin-katex.svg?label=License&style=flat-
8 <!-- logo, title and description -->
11 …<img src="https://user-images.githubusercontent.com/26391143/232232798-db6f3b58-839a-4ab8-9b3f-4a3…
15 …equations with [KaTeX](https://katex.org/) and [mhchem](https://mhchem.github.io/MathJax-mhchem/)._
17 …Plugin Page](https://img.shields.io/badge/PLUGIN%20PAGE--f5edcc.svg?logo=read-the-docs&style=flat-
18 [![](https://img.shields.io/badge/CHANGELOG--E08B32.svg?logo=git&style=flat-square)](./CHANGELOG.md)
26 - **Method 01** — Search and install the plugin using the [Extension Manager](https://www.dokuwiki.…
27 - **Method 02** — Download the extension and unpack it into `<DOKUWIKI_DIR>/lib/plugins/katex` on y…
28 - **Method 03** — Maintain and install with [DokuWiki Command Line Tools](https://www.dokuwiki.org/…
47---------------------------------------: | :------------------------------------------------------…
48 | Self-hosted | Host the minified files on your own DokuWiki instance…
50 | [cdnjs](https://cdnjs.com/) | cdnjs is a free and open-source CDN service trusted a…
63 | :------------------: | :-------------------------------------------------------------------------…
64 | `extension-copy-tex` | If enabled, when selecting and copying KaTeX-rendered elements, copies the…
65 | `extension-mhchem` | If enabled, you can write beautiful chemical equations easily. …
74----------------------: | :-----------------------------------------------------------------------…
75 | `option-output` | The markup language of the rendering output. …
76 | `option-delimiters` | List of delimiters to look for expressions, processed in the same orde…
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. …
79 | `option-throwonerror` | Throw a `ParseError` when it encounters an unsupported command or inva…
80 | `option-error-color` | The color that unsupported commands and invalid $\LaTeX{}$ syntax are …
81 | `option-macros` | Collection of custom macros. Each macro maps a command to given expans…
83 #### Configuration: `option-output`
85 - `HTML` outputs KaTeX in HTML only.
86 - `MathML` outputs KaTeX in MathML only.
87 - `HTML and MathML` outputs HTML for visual rendering and includes MathML for accessibility.
89 #### Configuration: `option-delimiters`
102 - Each line can only contain one delimiter, and there is no need to add a comma at the end.
103 - Each delimiter has three properties.
104 - `left`: a **string** which starts the math expression (the left delimiter)
105 - `right`: a **string** which ends the math expression (the right delimiter)
106- `display`: a **boolean** of whether the math in the expression should be rendered in display mod…
107 - Each delimiter should satisfy the [JSON](http://www.json.org/) format, and double quotes should b…
108 - The order of line matters.
110 #### Configuration: `option-ignored-tags`
115 script, noscript, style, textarea, pre, code, option
120 - Each tag should be separated with comma in one line.
122 #### Configuration: `option-ignored-classes`
127 code-mirror, annotation-box
132 - Each class should be separated with comma in one line.
134 #### Configuration: `option-error-color`
145 - The color string should be given in HEX3 (`#XXX`) or HEX6 (`#XXXXXX`) format.
147 #### Configuration: `option-macros`
161 - Each line can only contain one macro, and there is no need to add a comma at the end.
162 - Each macro has two properties:
163 - `command`: a **string** as the name for mapping to the expansion.
164 - `expansion`: a **string** that describes the expansion of the macro.
165 - Each macro should satisfy the [JSON](http://www.json.org/) format, and double quotes should be us…
179 ![image](https://user-images.githubusercontent.com/26391143/232169170-80e367da-a854-473e-a017-1dc50…
184 ![image](https://user-images.githubusercontent.com/26391143/232169642-e2c2e4e4-653c-4d98-8515-31cd4…
201 <a href="https://github.com/Hsins/dokuwiki-plugin-katex/graphs/contributors">
202 <img src="https://contrib.rocks/image?repo=Hsins/dokuwiki-plugin-katex" />
207 Licensed under the GPL-3.0 License, Copyright © 2023-present **H.-H. PENG (Hsins)**.