pandoc/tests/markdown-reader-more.txt
2008-11-01 22:58:44 +00:00

43 lines
545 B
Text

# 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
* * * * *
-- - -- -- -