md module
[pinopress.git] / modules / md-test
diff --git a/modules/md-test b/modules/md-test
new file mode 100644 (file)
index 0000000..bad1c65
--- /dev/null
@@ -0,0 +1,33 @@
+& > <
+
+####
+#### hello
+
+[https://danieliu.xyz]
+[https://danieliu.xyz](my site)
+[]
+[]()
+
+![random image](https://imagehostingsite)
+
+*emphased text*
+_emphased text_
+**
+\*literal astericks\*
+
+**bold text**
+__bold text__
+****
+\*\*literal bold\*\*
+
+***bold italic text***
+___bold italic text___
+******
+\*\*\*literal bold italic*\*\*
+
+\***should be strong**\*
+\*\**should be emph*\*\*
+
+`inline code`
+``
+\`escaped backtick\`