From 61f64fa93350ca72a3f53eb5df5d9fea5a882ce5 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 5 Feb 2018 22:53:10 +0000 Subject: [PATCH] Added Markdown doc --- README.md | 2 +- docs/index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 072f25ec3..6a6a1da6c 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 d4d22bae3..15ff1ac57 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,14 +355,14 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin Croatian hr_HR -Hrvoje Mandić trbuhom@net.hr +Hrvoje Mandić trbuhom@net.hr 72% Deutsch de_DE -Tobias Strobel git@strobeltobias.de +Tobias Strobel git@strobeltobias.de 92% @@ -418,14 +418,14 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin Русский ru_RU -Artyom Karlov artyom.karlov@gmail.com +Artyom Karlov artyom.karlov@gmail.com 96% 中文 (简体) zh_CN -RCJacH RCJacH@outlook.com +RCJacH RCJacH@outlook.com 76% @@ -441,7 +441,7 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin

Markdown

Joplin uses and renders Github-flavoured Markdown with a few variations and additions. In particular:

Math notation

-

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
 ```