Version 1
[yaffs-website] / vendor / cebe / markdown / tests / github-data / issue-38.md
diff --git a/vendor/cebe/markdown/tests/github-data/issue-38.md b/vendor/cebe/markdown/tests/github-data/issue-38.md
new file mode 100644 (file)
index 0000000..cea49f5
--- /dev/null
@@ -0,0 +1,20 @@
+> some text
+\```
+// some code
+\```
+
+> some text
+```
+// some code
+```
+
+> some text
+> ```
+// some code
+```
+
+> some text
+>
+> ```
+// some code
+```