summaryrefslogtreecommitdiffstats
path: root/README_CN.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_CN.md')
-rw-r--r--README_CN.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_CN.md b/README_CN.md
index 052cca3..721ab10 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -128,7 +128,7 @@ Or use the short code, display style:
a & b \\
c & d
\end{matrix}
-{{</ math >}}
+{{< /math >}}
```
Inline style:
@@ -140,7 +140,7 @@ Inline style:
a & b \\
c & d
\end{matrix}
-{{</ math >}}
+{{< /math >}}
```
Don't forget to add `math = true` in your front matter or `config.toml`.