From 1e5cbd9c1c21d56bcb2211dc7f70f5a4d9c192d9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Aug 2021 13:42:02 -0300 Subject: _pastebins/2021-08-11-spaces-around-h1-tags.md: Add example --- _pastebins/2021-08-11-spaces-around-h1-tags.md | 43 +++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to '_pastebins') diff --git a/_pastebins/2021-08-11-spaces-around-h1-tags.md b/_pastebins/2021-08-11-spaces-around-h1-tags.md index 19e1c70..edbbf68 100644 --- a/_pastebins/2021-08-11-spaces-around-h1-tags.md +++ b/_pastebins/2021-08-11-spaces-around-h1-tags.md @@ -12,13 +12,16 @@ ref: spaces-around-h1-tags --- +Apparently, the behaviour below is consistent between Firefox and Chromium for +links, but not for `

`. + ```html - Spaces aroung h1 tags + Spaces around h1 tags
@@ -41,3 +44,41 @@ ref: spaces-around-h1-tags

Is this expected behaviour?

+ +--- + +Same with links: + +```html + + + + + + Spaces after a tags + + +
+

+ + With extra underlined space + +

+

+ Without extra underlined space +

+
+ + +``` + +

+ + With extra underlined space + + after the link. +

+

+ Without extra underlined space + after the link. +

-- cgit v1.2.3