From b964fbcfb5403227715d1e84c664be99312f38bd Mon Sep 17 00:00:00 2001 From: Vinicius de Santana Date: Wed, 12 Mar 2025 22:32:31 -0300 Subject: [PATCH 1/2] fix: blockquote mismatch in card Refs: #41292 --- site/content/docs/5.3/components/card.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.3/components/card.md b/site/content/docs/5.3/components/card.md index c504fef61f95..ea21dad6325a 100644 --- a/site/content/docs/5.3/components/card.md +++ b/site/content/docs/5.3/components/card.md @@ -173,10 +173,14 @@ Card headers can be styled by adding `.card-header` to `` elements. Quote
-
-

A well-known quote, contained in a blockquote element.

-
Someone famous in Source Title
-
+
+
+

A well-known quote, contained in a blockquote element.

+
+ +
{{< /example >}} From 67f4e47df0cb1930fd5e624d0252c9eec601806d Mon Sep 17 00:00:00 2001 From: Vinicius de Santana Date: Wed, 12 Mar 2025 22:33:30 -0300 Subject: [PATCH 2/2] fix: blockquote mismatch in reboot Refs: #41292 --- site/content/docs/5.3/content/reboot.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.3/content/reboot.md b/site/content/docs/5.3/content/reboot.md index 1400e8c55068..9eac990506a0 100644 --- a/site/content/docs/5.3/content/reboot.md +++ b/site/content/docs/5.3/content/reboot.md @@ -428,10 +428,14 @@ The `
` element is updated to reset the browser default `font-style` fro The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem` for something more consistent with other elements.
-
-

A well-known quote, contained in a blockquote element.

-
-

Someone famous in Source Title

+
+
+

A well-known quote, contained in a blockquote element.

+
+
+ Someone famous in Source Title +
+
### Inline elements