summaryrefslogtreecommitdiff
path: root/test.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'test.gmi')
-rw-r--r--test.gmi49
1 files changed, 49 insertions, 0 deletions
diff --git a/test.gmi b/test.gmi
new file mode 100644
index 0000000..aca420f
--- /dev/null
+++ b/test.gmi
@@ -0,0 +1,49 @@
+# Header Level 1
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+Quisque eget ultricies arcu, vel sollicitudin risus.
+
+## Header Level 2
+
+Donec dictum est metus, id placerat nibh tempor id.
+
+Donec quis massa commodo, commodo orci elementum, mollis est.
+
+### Header Level 3
+
+Ut ac finibus nisl. Aliquam aliquam felis eu dolor tempor, ut ultricies urna tempus.
+
+## Text
+
+Two blank lines follow.
+
+
+Three blank lines follow.
+
+
+
+That's it!
+
+## Lists
+* Mercury
+* Gemini
+* Apollo
+
+## Links
+
+=> https://example.com A cool website
+=> gopher://example.com An even cooler gopherhole
+=> gemini://example.com A supremely cool Gemini capsule
+=> sftp://example.com
+
+## Blockquotes
+
+> Gemtext supports blockquotes. The quoted content is written as a single long line, which begins with a single > character
+
+## Preformatted text
+
+```
+Pre- formatted text
+should be aligned
+```