From f55dea47b003b5af5c006e7a1b1b558d0afda503 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timoth=C3=A9e=20Poisot?= Date: Sat, 20 Nov 2021 18:05:31 -0500 Subject: [PATCH] Fix wrong markup in the typography base file --- docs/pages/typography-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index 6f53e064a..3af923267 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -22,7 +22,7 @@ tags: This is a paragraph. Paragraphs are preset with a font size, line height and spacing to match the overall vertical rhythm. To show what a paragraph looks like this needs a little more content—so, did you know that there are storms occurring on Jupiter that are larger than the Earth? Pretty cool. Use the `` and `` tags to denote text that should be displayed or read with emphasis. Browsers will **bold** and *italicize* the words, while screen readers will read them with *emphasis*.
-

If the emphasis of a phrase is important, don't make the emphasis purely visual—use the `` or `` tags to mark it as well. Both of these tags have built-in styles, but there's no harm in adding additional styles in specific contexts.

+

If the emphasis of a phrase is important, don't make the emphasis purely visual—use the <em> or <strong> tags to mark it as well. Both of these tags have built-in styles, but there's no harm in adding additional styles in specific contexts.

-- 2.47.2