From 9b85069500a24498b6086c87cc924b509821364e Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Wed, 11 Aug 2021 10:14:36 -0300
Subject: pastebin: Auto-add _pastebins/2021-08-11-spaces-around-h1-tags.md

---
 _pastebins/2021-08-11-spaces-around-h1-tags.md | 35 ++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 _pastebins/2021-08-11-spaces-around-h1-tags.md

(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
new file mode 100644
index 0000000..f9a0955
--- /dev/null
+++ b/_pastebins/2021-08-11-spaces-around-h1-tags.md
@@ -0,0 +1,35 @@
+---
+
+title: Spaces around h1 tags
+
+date: 2021-08-11
+
+layout: post
+
+lang: en
+
+ref: spaces-around-h1-tags
+
+---
+
+```html
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <title>Spaces aroung h1 tags</title>
+  </head>
+  <body>
+    <main>
+      <h1>
+	With spaces around when selecting this heading
+      </h1>
+      <h1>Without spaces around</h1>
+      <p>
+	Is this expected behaviour?
+      </p>
+    </main>
+  </body>
+</html>
+```
-- 
cgit v1.2.3