summaryrefslogtreecommitdiff
path: root/example/test.md
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-06-12 12:19:10 +0100
committerdavidovski <david@davidovski.xyz>2023-06-12 12:19:10 +0100
commit60e82c6ddc7abcbc0b9c83290466dd13d8a434a9 (patch)
treef2d9cd289a19042ccaa47ba1cb0ecdc97427e294 /example/test.md
parent50074253d03d2f8568d44fd931b84ce212156be9 (diff)
Add index page
Diffstat (limited to 'example/test.md')
-rwxr-xr-xexample/test.md62
1 files changed, 62 insertions, 0 deletions
diff --git a/example/test.md b/example/test.md
new file mode 100755
index 0000000..eaf3fa8
--- /dev/null
+++ b/example/test.md
@@ -0,0 +1,62 @@
+#!/usr/bin/env md2html
+
+# 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?