Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / dense-block-markers.md
diff --git a/vendor/cebe/markdown/tests/markdown-data/dense-block-markers.md b/vendor/cebe/markdown/tests/markdown-data/dense-block-markers.md
new file mode 100644 (file)
index 0000000..ea365b8
--- /dev/null
@@ -0,0 +1,56 @@
+# this is to test dense blocks (no newlines between them)
+
+----
+## what is Markdown?
+see [Wikipedia][]
+
+a h2
+----
+paragraph
+
+this is a paragraph, not a headline or list
+next line
+- whoo
+
+par
+       code
+       code
+par
+
+### Tasks list
+- list items
+
+headline1
+---------
+> quote
+> quote
+
+[Wikipedia]: http://en.wikipedia.org/wiki/Markdown
+headline2
+---------
+
+----
+# h1
+## h2
+---
+### h3
+1. ol1
+2. ol2
+
+#### h4
+- listA
+- listB
+
+##### h5
+###### h6
+--------
+
+----
+
+## changelog 1
+
+* 17-Feb-2013 re-design
+
+----
+## changelog 2
+* 17-Feb-2013 re-design
\ No newline at end of file