diff --git a/README.md b/README.md index 072f25ec3f..6a6a1da6c6 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Joplin uses and renders [Github-flavoured Markdown](https://github.com/adam-p/ma ## Math notation -Math expressions can be added using the [Katex notation](https://khan.github.io/KaTeX/). To add an inline equation, wrap the expression in ``{.katex}EXPRESSION``, eg. ``{.katex}\sqrt{3x-1}+(1+x)^2``. To create an expression block, wrap it as follow: +Math expressions can be added using the [Katex notation](https://khan.github.io/KaTeX/). To add an inline equation, wrap the expression in `` `{.katex}EXPRESSION` ``, eg. `` `{.katex}\sqrt{3x-1}+(1+x)^2` ``. To create an expression block, wrap it as follow: ```katex EXPRESSION diff --git a/docs/index.html b/docs/index.html index d4d22bae3c..15ff1ac570 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,14 +355,14 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin
Joplin uses and renders Github-flavoured Markdown with a few variations and additions. In particular:
Math expressions can be added using the Katex notation. To add an inline equation, wrap the expression in {.katex}EXPRESSION
, eg. {.katex}\sqrt{3x-1}+(1+x)^2
. To create an expression block, wrap it as follow:
Math expressions can be added using the Katex notation. To add an inline equation, wrap the expression in `{.katex}EXPRESSION`
, eg. `{.katex}\sqrt{3x-1}+(1+x)^2`
. To create an expression block, wrap it as follow:
```katex
EXPRESSION
```