Fix image alignment in text to baseline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user