You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ When set to `false`, it is disabled.
215
215
Possible values:
216
216
*`native` - Includes whole latex syntax file into the org syntax. It can potentially cause some highlighting issues and slowness.
217
217
*`entities` - Highlight latex only in these situations (see [Orgmode latex fragments](https://orgmode.org/manual/LaTeX-fragments.html#LaTeX-fragments)):
218
-
* between `/begin` and `/end` delimiters
218
+
* between `\begin` and `\end` delimiters
219
219
* between `$` and `$` delimiters - example: `$a^2=b$`
220
220
* between `$$` and `$$` delimiters - example: `$$ a=+\sqrt{2} $$`
221
221
* between `\[` and `\]` delimiters - example: `\[ a=-\sqrt{2} \]`
0 commit comments