Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md')
-rw-r--r--userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md b/userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
index b60de7f..859ed7e 100644
--- a/userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
+++ b/userguide/content/en/docs/adding-content/diagrams-and-formulae/index.md
@@ -103,7 +103,7 @@ errorColor = "#CD5C5C"
display = false
[[params.katex.options.delimiters]]
left = "\\["
- right = '\\]'
+ right = "\\]"
display = true
{{< /tab >}}
{{< tab header="config.yaml" lang="yaml" >}}
@@ -135,8 +135,8 @@ params:
- left: \(
right: \)
display: false
- - left: '\['
- right: '\\]'
+ - left: \[
+ right: \]
display: true
{{< /tab >}}
{{< tab header="config.json" lang="json" >}}
@@ -166,7 +166,7 @@ params:
},
{
"left": "\\[",
- "right": "\\\\]",
+ "right": "\\]",
"display": true
}
]