dd2b77d590
Added tests for this issue in new "markdown-reader-more" tests. Changed RunTests.hs to run these tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1401 788f1e2b-df1e-0410-8736-df70ead52e1b
13 lines
134 B
Text
13 lines
134 B
Text
# Additional markdown reader tests
|
|
|
|
## Blank line before URL in link reference
|
|
|
|
[foo] and [bar]
|
|
|
|
[foo]:
|
|
/url
|
|
|
|
[bar]:
|
|
/url
|
|
"title"
|
|
|