Add how to use the math expressions (#1307)

This commit is contained in:
birlorg 2022-07-29 20:11:04 +00:00 committed by GitHub
parent 09c60abd5e
commit 9b801f323f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,13 @@ $$
S(x) = \frac{1}{1 + e^{-x}} = \frac{e^{x}}{e^{x} + 1}
$$
You can explore all supported expressions [here](https://katex.org/docs/supported.html).
<!-- livebook:{"force_markdown":true} -->
To write your own, put your math expressions between \$ signs for inline math
or \$\$ if you want display math. You can double click the formulas above to see
how they are written.
You can explore all supported expressions in the [KaTeX documentation](https://katex.org/docs/supported.html).
### Mermaid diagrams