Fix LaTeX rendering

This commit is contained in:
arnaucube
2022-07-08 09:27:18 +02:00
parent 0c5629a3a6
commit 141fe19337
5 changed files with 15 additions and 14 deletions

View File

@@ -196,7 +196,7 @@ td{
// • auto-render specific keys, e.g.:
delimiters: [
{left: '$$', right: '$$', display: true},
{left: '$', right: '$', display: true},
{left: '$', right: '$', display: false},
{left: '\\(', right: '\\)', display: false},
{left: '\\[', right: '\\]', display: true}
],