diff --git a/exampleSite/content/samples/diagrams-flowcharts.md b/exampleSite/content/samples/diagrams-flowcharts.md
index 1dafbd22..9e186fb5 100755
--- a/exampleSite/content/samples/diagrams-flowcharts.md
+++ b/exampleSite/content/samples/diagrams-flowcharts.md
@@ -14,6 +14,7 @@ The examples below are a small selection taken from the [official Mermaid docs](
## Flowchart
+
{{< mermaid >}}
graph TD
A[Christmas] -->|Get money| B(Go shopping)
@@ -30,9 +31,11 @@ F
G
end
{{< /mermaid >}}
+
## Sequence diagram
+
{{< mermaid >}}
sequenceDiagram
autonumber
@@ -50,9 +53,11 @@ loop Every minute
John-->Alice: Great!
end
{{< /mermaid >}}
+
- This is a demo of theme's list configurations: card view with constrained width
+ This is a demo of theme's list configurations: card view with constrained width
-
-
- {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
- .Site.Params.mainSections)).Pages }}
-
- {{ partial "article-link-card.html" . }}
-
- {{ end }}
-
+
+ {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
+ .Site.Params.mainSections)).Pages }}
+ {{ partial "article-link-card.html" . }}
+ {{ end }}
-
-
- {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
- .Site.Params.mainSections)).Pages }}
-
- {{ partial "article-link-card.html" . }}
-
- {{ end }}
-
+
+ {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in"
+ .Site.Params.mainSections)).Pages }}
+ {{ partial "article-link-card.html" . }}
+ {{ end }}