We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92a124 commit 1a87235Copy full SHA for 1a87235
1 file changed
README.md
@@ -98,3 +98,11 @@ Notes
98
99
If you use [ReText](https://github.com/retext-project/retext), this extension
100
is not needed as it is included by default.
101
+
102
+This extension also works with Katex. Use the following in your page `<head>`:
103
104
+```html
105
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css" crossorigin="anonymous">
106
+<script src="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js" crossorigin="anonymous"></script>
107
+<script src="https://cdn.jsdelivr.net/npm/katex/dist/contrib/mathtex-script-type.min.js" defer></script>
108
+```
0 commit comments