summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramzrk22020-08-17 08:26:52 +0800
committeramzrk22020-08-17 08:26:52 +0800
commit2420454ba6c5bdbaa75eeb16ce351769da4ecd21 (patch)
tree3114c7f02247b32f0a3bf4fdb57e207a65059f15
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
-rw-r--r--README.md4
-rw-r--r--README_CN.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cef14a8..2d5d411 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ Or use the short code, display style:
a & b \\
c & d
\end{matrix}
-{{</ math >}}
+{{< /math >}}
```
Inline style:
@@ -142,7 +142,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`.
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`.