mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +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
|
||||
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
|
||||
|
||||
__\\(__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\)__
|
||||
```latex
|
||||
\( x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \)
|
||||
```
|
||||
|
||||
### Autoformat support
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user