mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +00:00
fix: fix multi paragraph admonitions formatting (#526)
This commit is contained in:
parent
066e25e075
commit
73c5f6a6b2
@ -36,9 +36,12 @@ Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclima
|
|||||||
Ornateness bland it ex enc, est yeti am bongo detract re.
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
||||||
|
|
||||||
[WARNING]
|
[WARNING]
|
||||||
|
====
|
||||||
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
||||||
Ornateness bland it ex enc, est yeti am bongo detract re.
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
||||||
|
|
||||||
|
Romanesque acclimates investiture.
|
||||||
|
====
|
||||||
|
|
||||||
== Admonition icons
|
== Admonition icons
|
||||||
|
|
||||||
|
@ -54,6 +54,8 @@ Ornateness bland it ex enc, est yeti am bongo detract re.
|
|||||||
**Markdown content**\
|
**Markdown content**\
|
||||||
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
||||||
Ornateness bland it ex enc, est yeti am bongo detract re.
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
||||||
|
|
||||||
|
Romanesque acclimates investiture.
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
||||||
Example with a custom icon and title:
|
Example with a custom icon and title:
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
display: flex;
|
display: block;
|
||||||
padding: $padding-4 $padding-16 !important;
|
padding: $padding-4 $padding-16 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user