summaryrefslogtreecommitdiff
path: root/exampleSite/content/docs/shortcodes.md
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-06-19 10:26:15 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-06-19 10:26:15 +0200
commit618ffadcb3745945baa62a649e9c4a53f50c449a (patch)
tree5dc4c9e498eabb9ba891c8a41b591bcc2d4a7f5b /exampleSite/content/docs/shortcodes.md
parentc679f74cff00b419c9c042190ff825c43788d672 (diff)
Fix image alignment in text to baseline
Diffstat (limited to 'exampleSite/content/docs/shortcodes.md')
-rw-r--r--exampleSite/content/docs/shortcodes.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/exampleSite/content/docs/shortcodes.md b/exampleSite/content/docs/shortcodes.md
index 1987426..6daf01a 100644
--- a/exampleSite/content/docs/shortcodes.md
+++ b/exampleSite/content/docs/shortcodes.md
@@ -1,6 +1,7 @@
-# Expand shortcode
+# Shortcodes
+## Expand shortcode
-## Default
+### Default
```tpl
{{</* expand */>}}
@@ -14,7 +15,7 @@ Lorem markdownum insigne...
Lorem markdownum insigne...
{{< /expand >}}
-## With Custom Label
+### With Custom Label
```tpl
{{</* expand "Custom Label" "..." */>}}
@@ -31,7 +32,7 @@ protulit, sed sed aere valvis inhaesuro Pallas animam: qui _quid_, ignes.
Miseratus fonte Ditis conubia.
{{< /expand >}}
-# Buttons
+## Buttons
```tpl
{{</* button relref="/" [class="..."] */>}}Get Home{{</* /button */>}}
@@ -41,7 +42,7 @@ Miseratus fonte Ditis conubia.
{{< button relref="/" >}}Get Home{{< /button >}}
{{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}}
-# Tabs
+## Tabs
```tpl
{{</* tabs "uniqueid" */>}}
@@ -88,7 +89,7 @@ Miseratus fonte Ditis conubia.
{{< /tab >}}
{{< /tabs >}}
-# Columns
+## Columns
```html
{{</* columns */>}} <!-- begin columns block -->
@@ -130,7 +131,7 @@ Miseratus fonte Ditis conubia.
{{< /columns >}}
-# Mermaid Chart
+## Mermaid Chart
{{< columns >}}
```tpl