diff options
author | EuAndreh <eu@euandre.org> | 2021-08-11 10:17:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-11 10:17:03 -0300 |
commit | ef60b80df57221e10148a937d7e09b684e6c9064 (patch) | |
tree | 3ccf51e21b86931084bb2ab32defa8cf9f1bdc88 /_pastebins | |
parent | pastebin: Auto-add _pastebins/2021-08-11-spaces-around-h1-tags.md (diff) | |
download | euandre.org-ef60b80df57221e10148a937d7e09b684e6c9064.tar.gz euandre.org-ef60b80df57221e10148a937d7e09b684e6c9064.tar.xz |
_pastebins/2021-08-11-spaces-around-h1-tags.md: Add rendered HTML version
Diffstat (limited to '')
-rw-r--r-- | _pastebins/2021-08-11-spaces-around-h1-tags.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/_pastebins/2021-08-11-spaces-around-h1-tags.md b/_pastebins/2021-08-11-spaces-around-h1-tags.md index f9a0955..19e1c70 100644 --- a/_pastebins/2021-08-11-spaces-around-h1-tags.md +++ b/_pastebins/2021-08-11-spaces-around-h1-tags.md @@ -23,13 +23,21 @@ ref: spaces-around-h1-tags <body> <main> <h1> - With spaces around when selecting this heading + With spaces around when selecting this heading </h1> <h1>Without spaces around</h1> <p> - Is this expected behaviour? + Is this expected behaviour? </p> </main> </body> </html> ``` + +<h1> + With spaces around when selecting this heading +</h1> +<h1>Without spaces around</h1> +<p> + Is this expected behaviour? +</p> |