From b370c87cc35440ba3a689c1632468c5d89f33287 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 24 Mar 2020 18:40:11 +0000
Subject: [PATCH] cleanup
---
exampleSite/content/docs/getting started/shortcodes-example.md | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/exampleSite/content/docs/getting started/shortcodes-example.md b/exampleSite/content/docs/getting started/shortcodes-example.md
index 70ea55b..7985b7c 100644
--- a/exampleSite/content/docs/getting started/shortcodes-example.md
+++ b/exampleSite/content/docs/getting started/shortcodes-example.md
@@ -7,6 +7,22 @@
### Using blocks, columns & buttons
+```markdown
+{{</* block "grid-2" */>}}
+{{</* column */>}}
+#### Coumn 1
+
+Lorem ipsum dolor sit amet,
+...
+
+{{</* button "https://github.com/onweru/compose" "Download Theme" */>}}
+
+{{</* /column */>}}
+{{</* column */>}}
+
+<!-- generates 👇 -->
+```
+
{{< block "grid-2" >}}
{{< column >}}
#### Coumn 1
@@ -41,9 +57,18 @@
### Youtube
+```markdown
+{{</* youtube "q0hyYWKXF0Q" */>}}
+<!-- generates 👇 -->
+```
+
{{< youtube "q0hyYWKXF0Q" >}}
## Picture
+```markdown
+{{</* picture "compose.svg" "compose-light.svg" "Compose Logo" */>}}
+<!-- generates 👇 -->
+```
+
{{< picture "compose.svg" "compose-light.svg" "Compose Logo" >}}
-...
--
Gitblit v1.10.0