summaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-08-14 09:20:29 +0200
committerJonas Smedegaard <dr@jones.dk>2009-08-14 09:20:29 +0200
commit88b315ccee666385e1a4c52e2eb5fb0b0ffe8d60 (patch)
tree53a5d7e250479fb7e8b2a48dd75093d8c569b233 /tests/markdown-reader-more.txt
Imported Upstream version 1.2.1
Diffstat (limited to 'tests/markdown-reader-more.txt')
-rw-r--r--tests/markdown-reader-more.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt
new file mode 100644
index 000000000..d2315046f
--- /dev/null
+++ b/tests/markdown-reader-more.txt
@@ -0,0 +1,49 @@
+# Additional markdown reader tests
+
+## Blank line before URL in link reference
+
+[foo] and [bar]
+
+[foo]:
+ /url
+
+[bar]:
+/url
+"title"
+
+## Raw ConTeXt environments
+
+\placeformula \startformula
+ L_{1} = L_{2}
+ \stopformula
+
+\start[a2]
+\start[a2]
+\stop[a2]
+\stop[a2]
+
+## URLs with spaces
+
+[foo](/bar and baz)
+[foo](/bar and baz )
+[foo]( /bar and baz )
+[foo](bar baz "title" )
+
+[baz][] [bam][] [bork][]
+
+[baz]: /foo foo
+[bam]: /foo fee
+[bork]: /foo/zee zob (title)
+
+## Horizontal rules with spaces at end
+
+* * * * *
+
+-- - -- -- -
+
+## Raw HTML before header
+
+<a></a>
+
+### my header
+