From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2021/08/11/h1-spacing.adoc | 62 ++++++++---------------- 1 file changed, 21 insertions(+), 41 deletions(-) (limited to 'src/content/pastebins/2021/08/11') diff --git a/src/content/pastebins/2021/08/11/h1-spacing.adoc b/src/content/pastebins/2021/08/11/h1-spacing.adoc index 9a00ece..e8a6986 100644 --- a/src/content/pastebins/2021/08/11/h1-spacing.adoc +++ b/src/content/pastebins/2021/08/11/h1-spacing.adoc @@ -1,29 +1,17 @@ ---- += Spaces around h1 tags -title: Spaces around h1 tags +// FIXME updated_at: 2021-08-15 -date: 2021-08-11 +_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. -updated_at: 2021-08-15 - -layout: post - -lang: en - -ref: spaces-around-h1-tags - ---- - -*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: -```html +[source,html] +---- @@ -43,23 +31,22 @@ The HTML below has selectable extra spaces after `

` tags: -``` +---- The rendered output is: -

- With spaces around when selecting this heading -

-

Without spaces around

-

- Is this expected behaviour? -

+With spaces around when selecting this heading + +Without spaces around ---- +Is this expected behaviour? + +''''' The same with links: -```html +[source,html] +---- @@ -80,17 +67,10 @@ The same with links: -``` +---- The rendered output is: -

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

-

- Without extra underlined space - after the link. -

+With extra underlined space after the link. + +Without extra underlined space after the link. -- cgit v1.2.3