From: Timothée Poisot Date: Sat, 20 Nov 2021 23:05:31 +0000 (-0500) Subject: Fix wrong markup in the typography base file X-Git-Tag: v6.7.5^2~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12338%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix wrong markup in the typography base file --- 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.