summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Zanini <71221149+lzanini@users.noreply.github.com>2020-12-03 23:54:12 +0100
committerGitHub <noreply@github.com>2020-12-03 23:54:12 +0100
commit7cb8087469d79e3df764fbba56a920bb618b3418 (patch)
tree9b2c6250f198d9c5dc8bc32048d4a94c00745562
parent59f2a9bf4ed62f7ad37ff8a14887886ca16ef576 (diff)
katex preprocessor
Added the katex preprocessor to the list of 3rd Party Plugins
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07bea613..082f460b 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,7 @@ preprocessors are:
the url `foo/` when published to a browser
- `links` - a built-in preprocessor (enabled by default) for expanding the
`{{# 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
typically used for, as the name suggests, rendering the document in a particular