more advanced md script
[pinopress.git] / modules / md-test
index bad1c65..8f52d8f 100644 (file)
@@ -1,3 +1,7 @@
+-- name: My First Blog Post!!!
+-- published: July 11th
+-- tags: random
+
 & > <
 
 ####
@@ -28,6 +32,33 @@ ___bold italic text___
 \***should be strong**\*
 \*\**should be emph*\*\*
 
+~~this is incorrect text~~
+~~~~
+\~~this should not be strikethrough\~~
+
 `inline code`
 ``
 \`escaped backtick\`
+
+<!-- this is a comment -->
+<!---->
+<!-- --> text after 
+
+---
+----
+    ---------     
+
+```
+this is
+a code
+block
+write
+code here
+```
+
+```
+another
+code
+block
+```
+