summaryrefslogtreecommitdiffstats
path: root/README_CN.md
diff options
context:
space:
mode:
authoramzrk22020-08-17 08:26:52 +0800
committeramzrk22020-08-17 08:26:52 +0800
commit2420454ba6c5bdbaa75eeb16ce351769da4ecd21 (patch)
tree3114c7f02247b32f0a3bf4fdb57e207a65059f15 /README_CN.md
parent85d2ce8445dafa6e805b63881813e1f73f6deea9 (diff)
downloadhugo-theme-fuji-2420454ba6c5bdbaa75eeb16ce351769da4ecd21.tar.gz
hugo-theme-fuji-2420454ba6c5bdbaa75eeb16ce351769da4ecd21.tar.bz2
hugo-theme-fuji-2420454ba6c5bdbaa75eeb16ce351769da4ecd21.zip
fix: closing shortcode format in README
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`.