diff --git a/exampleSite/content/posts/theme-documentation-shortcodes.en.md b/exampleSite/content/posts/theme-documentation-shortcodes.en.md index 8aa97935..7b6cab16 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 9be2f2e5..c5ff5a43 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 b05861d2..35cd884c 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": "折线统计图",