katex preprocessor
Added the katex preprocessor to the list of 3rd Party Plugins
This commit is contained in:
parent
59f2a9bf4e
commit
7cb8087469
|
@ -149,6 +149,7 @@ preprocessors are:
|
||||||
the url `foo/` when published to a browser
|
the url `foo/` when published to a browser
|
||||||
- `links` - a built-in preprocessor (enabled by default) for expanding the
|
- `links` - a built-in preprocessor (enabled by default) for expanding the
|
||||||
`{{# playground}}` and `{{# include}}` helpers in a chapter.
|
`{{# playground}}` and `{{# include}}` helpers in a chapter.
|
||||||
|
- [`katex`](https://github.com/lzanini/mdbook-katex) - a preprocessor rendering LaTex equations to HTML.
|
||||||
|
|
||||||
Renderers are given the final book so they can do something with it. This is
|
Renderers are given the final book so they can do something with it. This is
|
||||||
typically used for, as the name suggests, rendering the document in a particular
|
typically used for, as the name suggests, rendering the document in a particular
|
||||||
|
|
Loading…
Reference in New Issue