Skip to content

Commit 3ab911a

Browse files
authored
Merge pull request #1392 from lzanini/master
Add Katex preprocessor to 3rd Party Plugins
2 parents 59f2a9b + 7cb8087 commit 3ab911a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ preprocessors are:
149149
the url `foo/` when published to a browser
150150
- `links` - a built-in preprocessor (enabled by default) for expanding the
151151
`{{# playground}}` and `{{# include}}` helpers in a chapter.
152+
- [`katex`](https://github.com/lzanini/mdbook-katex) - a preprocessor rendering LaTex equations to HTML.
152153
153154
Renderers are given the final book so they can do something with it. This is
154155
typically used for, as the name suggests, rendering the document in a particular

0 commit comments

Comments
 (0)