76e6c071d0
Also added additional test cases for markdown code spans. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1860 788f1e2b-df1e-0410-8736-df70ead52e1b
85 lines
871 B
Text
85 lines
871 B
Text
% Title
|
|
spanning multiple lines
|
|
% Author One
|
|
Author Two; Author Three;
|
|
Author Four
|
|
|
|
# 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
|
|
|
|
## $ in math
|
|
|
|
$\$2 + \$3$
|
|
|
|
## Commented-out list item
|
|
|
|
- one
|
|
<!--
|
|
- two
|
|
-->
|
|
- three
|
|
|
|
## Backslash newline
|
|
|
|
hi\
|
|
there
|
|
|
|
## Code spans
|
|
|
|
`hi\`
|
|
|
|
`hi
|
|
there`
|
|
|
|
`` hi````there ``
|
|
|
|
`hi
|
|
|
|
there`
|
|
|