We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364dab7 commit 823a000Copy full SHA for 823a000
README.md
@@ -30,6 +30,12 @@ your HTML files:
30
<script src="//path/to/pseudocode/pseudocode.min.js"></script>
31
```
32
33
+Pseudocode.js uses [KaTeX](https://github.com/Khan/KaTeX) to render math
34
+formulas. So if you want to include any math formulas in
35
+your pseudocode, make sure that [KaTeX is
36
+setup](https://github.com/Khan/KaTeX#usage).
37
+
38
39
Assume the pseudocode to be rendered is in a `<pre>` DOM element:
40
```html
41
<pre id="hello-world-code" style="display:hidden;">
0 commit comments