Fix image alignment in text to baseline

This commit is contained in:
Alex Shpak
2019-06-19 10:26:15 +02:00
parent c679f74cff
commit 618ffadcb3
4 changed files with 15 additions and 12 deletions
+8 -7
View File
@@ -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