From d42f15b058d3af8e02fbd2f312a4907dda662440 Mon Sep 17 00:00:00 2001 From: Dillon Date: Tue, 10 Mar 2020 14:57:39 +0800 Subject: [PATCH] docs: fix echarts shortcodes error --- exampleSite/content/posts/theme-documentation-shortcodes.en.md | 2 +- exampleSite/content/posts/theme-documentation-shortcodes.fr.md | 2 +- .../content/posts/theme-documentation-shortcodes.zh-cn.md | 2 +- 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 */}} +{{}} { "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 */}} +{{}} { "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 */}} +{{}} { "title": { "text": "折线统计图", -- GitLab