From 618ffadcb3745945baa62a649e9c4a53f50c449a Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 19 Jun 2019 10:26:15 +0200 Subject: Fix image alignment in text to baseline --- exampleSite/content/docs/shortcodes.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'exampleSite/content/docs/shortcodes.md') 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 {{}} @@ -14,7 +15,7 @@ Lorem markdownum insigne... Lorem markdownum insigne... {{< /expand >}} -## With Custom Label +### With Custom Label ```tpl {{}} @@ -31,7 +32,7 @@ protulit, sed sed aere valvis inhaesuro Pallas animam: qui _quid_, ignes. Miseratus fonte Ditis conubia. {{< /expand >}} -# Buttons +## Buttons ```tpl {{}}Get Home{{}} @@ -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 {{}} @@ -88,7 +89,7 @@ Miseratus fonte Ditis conubia. {{< /tab >}} {{< /tabs >}} -# Columns +## Columns ```html {{}} @@ -130,7 +131,7 @@ Miseratus fonte Ditis conubia. {{< /columns >}} -# Mermaid Chart +## Mermaid Chart {{< columns >}} ```tpl -- cgit v1.2.3