mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
fix: fix multi paragraph admonitions formatting (#347)
This commit is contained in:
parent
b11460f532
commit
e3c9a7a93d
@ -218,6 +218,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:
|
||||||
|
@ -37,9 +37,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,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