From c25eefbcdbd35a6f58a0916f47c6f5246fb5fdfe Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 6 May 2024 17:28:45 -0500 Subject: Add a test better'n nothing! --- test.gmi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test.gmi diff --git a/test.gmi b/test.gmi new file mode 100644 index 0000000..8d8e178 --- /dev/null +++ b/test.gmi @@ -0,0 +1,27 @@ +# a test document of some kind + +here is a test document. +it has paragraphs +=> example.com with links! +and other things. + +## a code example +``` +for (a=1;a<=4;a++) { + printf("%d\n", a); +} +``` + +### other examples + +> a blockquote is a quote +> that is blocky. + +* list 1 +* list 2 +* list 3 +=> example.com link list 1 +=> example.com link list 2 +=> example.com link list 3 + +ok -- cgit 1.4.1-21-gabe81