summaryrefslogtreecommitdiff
path: root/src/test.md
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-06-12 03:57:18 +0100
committerdavidovski <david@davidovski.xyz>2023-06-12 03:57:18 +0100
commit52e9c3aeea18d5750fea8704711a113adae93903 (patch)
treef8a9d31de26ed8d0b2ffe6515f2302c0d1374ea1 /src/test.md
parentaf75a700c52aaca66ffe6db42c4448c2070be21a (diff)
create example site where every page is executed to generate itself
Diffstat (limited to 'src/test.md')
-rw-r--r--src/test.md61
1 files changed, 0 insertions, 61 deletions
diff --git a/src/test.md b/src/test.md
deleted file mode 100644
index 203d425..0000000
--- a/src/test.md
+++ /dev/null
@@ -1,61 +0,0 @@
-# This is a test md file hello
-
-This is *italics* this is **bold** this is ***both*** wow (this is in brackets ssh) and [this is in square brackets not a anchor lol]
-
-click [here](http) for stuff and [over here](http12 "my title") for more
-
-and [click here](http://this_has_stuffinside) too
-
-![this is an image](httpsomething)
-
-this is a paragraph
-with many lines
-that are joined together
-
-> this is a quote hi
-
-ok that was a quote
-
-> this quote has a list inside it
-> - this is a list in a quote
-> - it was quoted
->
-> and also there is another quote;
->> Hi i am a quote
-
-
-haha
-
-- this is a list
- - of items
- - please dont
-- break
-
-ok
-
- int main() {
- printf("hello %s\n", "world");
- }
-
- int func(int* a) {
- return a;
- }
-
-- list
- - sublist
- - subsublist
- - subsubsublist
-
-
-* star list
-* this is a star
-
-+ plus now wow
-+ plus wow so cool
-
-1. hello
-2. world
-3. lOL
-
-
-> ok that worked?