summaryrefslogtreecommitdiff
path: root/src/test.md
diff options
context:
space:
mode:
authordavidovki <david@davidovski.xyz>2023-03-05 03:23:57 +0000
committerdavidovki <david@davidovski.xyz>2023-03-05 03:23:57 +0000
commit58141a0764c95d21f48f3e756d4d9aca8050f167 (patch)
treefb6d54227f01b62504cfcac5b222e5290b7f1830 /src/test.md
parent1eac038e141dddb40f6b151ae75c72c3bdc8deba (diff)
Add codeblock and escaping
Diffstat (limited to 'src/test.md')
-rw-r--r--src/test.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/test.md b/src/test.md
index 39750ac..a4a3f67 100644
--- a/src/test.md
+++ b/src/test.md
@@ -18,7 +18,6 @@ ok that was a quote
>
> and also there is another quote;
>> Hi i am a quote
->
haha
@@ -28,6 +27,17 @@ haha
- please dont
- break
+ok
+
+ int main() {
+ printf("hello %s\n", "world");
+ }
+
+- list
+ - sublist
+ - subsublist
+ - subsubsublist
+
* star list
* this is a star
@@ -40,4 +50,4 @@ haha
3. lOL
-ok that worked?
+> ok that worked?