summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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`.