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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-10 09:57:39 +0300
committerDillon <dillonzq@outlook.com>2020-03-10 09:57:39 +0300
commitd42f15b058d3af8e02fbd2f312a4907dda662440 (patch)
tree829df0fdafb97f085dad1d17447ccbc3f8a29595 /exampleSite
parente78ba137b70a08a7a9e6c37e2490d571b8c809a2 (diff)
docs: fix echarts shortcodes error
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/posts/theme-documentation-shortcodes.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-shortcodes.fr.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-shortcodes.zh-cn.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/content/posts/theme-documentation-shortcodes.en.md b/exampleSite/content/posts/theme-documentation-shortcodes.en.md
index 8aa9793..7b6cab1 100644
--- a/exampleSite/content/posts/theme-documentation-shortcodes.en.md
+++ b/exampleSite/content/posts/theme-documentation-shortcodes.en.md
@@ -601,7 +601,7 @@ Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts`
Example `echarts` Input in `JSON` format:
```json
-{{/* echarts */}}
+{{</* echarts */>}}
{
"title": {
"text": "Summary Line Chart",
diff --git a/exampleSite/content/posts/theme-documentation-shortcodes.fr.md b/exampleSite/content/posts/theme-documentation-shortcodes.fr.md
index 9be2f2e..c5ff5a4 100644
--- a/exampleSite/content/posts/theme-documentation-shortcodes.fr.md
+++ b/exampleSite/content/posts/theme-documentation-shortcodes.fr.md
@@ -606,7 +606,7 @@ Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts`
Example `echarts` Input in `JSON` format:
```json
-{{/* echarts */}}
+{{</* echarts */>}}
{
"title": {
"text": "Summary Line Chart",
diff --git a/exampleSite/content/posts/theme-documentation-shortcodes.zh-cn.md b/exampleSite/content/posts/theme-documentation-shortcodes.zh-cn.md
index b05861d..35cd884 100644
--- a/exampleSite/content/posts/theme-documentation-shortcodes.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-shortcodes.zh-cn.md
@@ -603,7 +603,7 @@ ECharts 提供了常规的 [折线图](https://echarts.apache.org/zh/option.html
一个 `JSON` 格式的 `echarts` 示例:
```json
-{{/* echarts */}}
+{{</* echarts */>}}
{
"title": {
"text": "折线统计图",