From ec3ff11f4002257f42daba7bb8a8f5d268245808 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Wed, 10 Feb 2021 17:13:12 +0000
Subject: [PATCH] update file

---
 exampleSite/content/docs/compose/graphs-charts-tables.md |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/exampleSite/content/docs/compose/graphs-charts-tables.md b/exampleSite/content/docs/compose/graphs-charts-tables.md
index f200298..9f3b08a 100644
--- a/exampleSite/content/docs/compose/graphs-charts-tables.md
+++ b/exampleSite/content/docs/compose/graphs-charts-tables.md
@@ -26,7 +26,7 @@
 
 Firstly define the data you want to display from the front matter:
 
-```toml
+```markdown
 # from front matter
 ...
 [dataset1] # this key will in the chart shortcode
@@ -40,10 +40,7 @@
   bargraph = true
   title = "Projects"
   table = true # show table listing the chart data
-...
-```
 
-```markdown
 // from page content
 ...
 {{</* grid " mt-2" */>}}

--
Gitblit v1.10.0