From 61ffa8466bbfa4ca8b13b442a3bd63ef9504a6da Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 30 Apr 2025 06:23:27 -0300 Subject: src/content/en/: Unpluralize collection names --- .../en/pastebins/2021/08/11/h1-spacing.adoc | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/content/en/pastebins/2021/08/11/h1-spacing.adoc (limited to 'src/content/en/pastebins/2021/08') diff --git a/src/content/en/pastebins/2021/08/11/h1-spacing.adoc b/src/content/en/pastebins/2021/08/11/h1-spacing.adoc deleted file mode 100644 index 38dbb2e..0000000 --- a/src/content/en/pastebins/2021/08/11/h1-spacing.adoc +++ /dev/null @@ -1,75 +0,0 @@ -= Spaces around h1 tags -:updatedat: 2021-08-15 - -_EDIT_: Apparently, the behaviour below is consistent between Firefox and -Chromium for links, but not for `

`. My conclusion is that the `

` -behaviour is a Firefox quirk, but the `` is expected. - -''''' - -The HTML below has selectable extra spaces after `

` tags: - -[source,html] ----- - - - - - - Spaces around h1 tags - - -
-

- With spaces around when selecting this heading -

-

Without spaces around

-

- Is this expected behaviour? -

-
- - ----- - -The rendered output is: - -With spaces around when selecting this heading - -Without spaces around - -Is this expected behaviour? - -''''' - -The same with links: - -[source,html] ----- - - - - - - Spaces after a tags - - -
-

- - With extra underlined space - -

-

- Without extra underlined space -

-
- - ----- - -The rendered output is: - -With extra underlined space after the link. - -Without extra underlined space after the link. -- cgit v1.2.3