mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
README: Highlighting for latex examples
This commit is contained in:
parent
99df253967
commit
b8432c124d
@ -155,11 +155,15 @@ Supported input and output formats are:
|
|||||||
#### From plain text
|
#### From plain text
|
||||||
Paste TeX equations with __delimiters__. For example:
|
Paste TeX equations with __delimiters__. For example:
|
||||||
|
|
||||||
__\\[__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\]__
|
```latex
|
||||||
|
\[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \]
|
||||||
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
__\\(__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\)__
|
```latex
|
||||||
|
\( x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \)
|
||||||
|
```
|
||||||
|
|
||||||
### Autoformat support
|
### Autoformat support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user