.hy .EQ delim || .EN .TL Pandoc Test Suite .AU John MacFarlane .AU Anonymous .LP This is a set of tests for pandoc. Most of them are adapted from John Gruber's markdown test suite. .PP * * * * * .SH 1 Headers .SH 2 Level 2 with an embedded link\** .FS /url .FE .SH 3 Level 3 with \f[I]emphasis\f[] .SH 4 Level 4 .SH 5 Level 5 .SH 1 Level 1 .SH 2 Level 2 with \f[I]emphasis\f[] .SH 3 Level 3 .LP with no blank line .SH 2 Level 2 .LP with no blank line .PP * * * * * .SH 1 Paragraphs .LP Here's a regular paragraph. .LP In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item. Because a hard\-wrapped line in the middle of a paragraph looked like a list item. .LP Here's one with a bullet. * criminey. .LP There should be a hard line break .PD 0 .P .PD here. .PP * * * * * .SH 1 Block Quotes .LP E\-mail style: .RS .LP This is a block quote. It is pretty short. .RE .RS .LP Code in a block quote: .IP .nf \f[C] sub\ status\ { \ \ \ \ print\ "working"; } \f[] .fi .LP A list: .IP "1." 3 item one .IP "2." 3 item two .LP Nested block quotes: .RS .LP nested .RE .RS .LP nested .RE .RE .LP This should not be a block quote: 2 > 1. .LP And a following paragraph. .PP * * * * * .SH 1 Code Blocks .LP Code: .IP .nf \f[C] \-\-\-\-\ (should\ be\ four\ hyphens) sub\ status\ { \ \ \ \ print\ "working"; } this\ code\ block\ is\ indented\ by\ one\ tab \f[] .fi .LP And: .IP .nf \f[C] \ \ \ \ this\ code\ block\ is\ indented\ by\ two\ tabs These\ should\ not\ be\ escaped:\ \ \\$\ \\\\\ \\>\ \\[\ \\{ \f[] .fi .PP * * * * * .SH 1 Lists .SH 2 Unordered .LP Asterisks tight: .IP \[bu] 2 asterisk 1 .IP \[bu] 2 asterisk 2 .IP \[bu] 2 asterisk 3 .LP Asterisks loose: .IP \[bu] 2 asterisk 1 .IP \[bu] 2 asterisk 2 .IP \[bu] 2 asterisk 3 .LP Pluses tight: .IP \[bu] 2 Plus 1 .IP \[bu] 2 Plus 2 .IP \[bu] 2 Plus 3 .LP Pluses loose: .IP \[bu] 2 Plus 1 .IP \[bu] 2 Plus 2 .IP \[bu] 2 Plus 3 .LP Minuses tight: .IP \[bu] 2 Minus 1 .IP \[bu] 2 Minus 2 .IP \[bu] 2 Minus 3 .LP Minuses loose: .IP \[bu] 2 Minus 1 .IP \[bu] 2 Minus 2 .IP \[bu] 2 Minus 3 .SH 2 Ordered .LP Tight: .IP "1." 3 First .IP "2." 3 Second .IP "3." 3 Third .LP and: .IP "1." 3 One .IP "2." 3 Two .IP "3." 3 Three .LP Loose using tabs: .IP "1." 3 First .IP "2." 3 Second .IP "3." 3 Third .LP and using spaces: .IP "1." 3 One .IP "2." 3 Two .IP "3." 3 Three .LP Multiple paragraphs: .IP "1." 3 Item 1, graf one. .RS 4 .LP Item 1. graf two. The quick brown fox jumped over the lazy dog's back. .RE .IP "2." 3 Item 2. .IP "3." 3 Item 3. .SH 2 Nested .IP \[bu] 2 Tab .RS 2 .IP \[bu] 2 Tab .RS 2 .IP \[bu] 2 Tab .RE .RE .LP Here's another: .IP "1." 3 First .IP "2." 3 Second: .RS 4 .IP \[bu] 2 Fee .IP \[bu] 2 Fie .IP \[bu] 2 Foe .RE .IP "3." 3 Third .LP Same thing but with paragraphs: .IP "1." 3 First .IP "2." 3 Second: .RS 4 .IP \[bu] 2 Fee .IP \[bu] 2 Fie .IP \[bu] 2 Foe .RE .IP "3." 3 Third .SH 2 Tabs and spaces .IP \[bu] 2 this is a list item indented with tabs .IP \[bu] 2 this is a list item indented with spaces .RS 2 .IP \[bu] 2 this is an example list item indented with tabs .IP \[bu] 2 this is an example list item indented with spaces .RE .SH 2 Fancy list markers .IP "(2)" 4 begins with 2 .IP "(3)" 4 and now 3 .RS 4 .LP with a continuation .IP "iv." 4 sublist with roman numerals, starting with 4 .IP " v." 4 more items .RS 4 .IP "(A)" 4 a subsublist .IP "(B)" 4 a subsublist .RE .RE .LP Nesting: .IP "A." 3 Upper Alpha .RS 4 .IP "I." 3 Upper Roman. .RS 4 .IP "(6)" 4 Decimal start with 6 .RS 4 .IP "c)" 3 Lower alpha with paren .RE .RE .RE .LP Autonumbering: .IP "1." 3 Autonumber. .IP "2." 3 More. .RS 4 .IP "1." 3 Nested. .RE .LP Should not be a list item: .LP M.A.\ 2007 .LP B. Williams .PP * * * * * .SH 1 Definition Lists .LP Tight using spaces: .XP .B "apple" \~\~red fruit .RS .RE .XP .B "orange" \~\~orange fruit .RS .RE .XP .B "banana" \~\~yellow fruit .RS .RE .LP Tight using tabs: .XP .B "apple" \~\~red fruit .RS .RE .XP .B "orange" \~\~orange fruit .RS .RE .XP .B "banana" \~\~yellow fruit .RS .RE .LP Loose: .XP .B "apple" \~\~red fruit .RS .RE .XP .B "orange" \~\~orange fruit .RS .RE .XP .B "banana" \~\~yellow fruit .RS .RE .LP Multiple blocks with italics: .XP .B "\f[I]apple\f[]" \~\~red fruit .RS .LP contains seeds, crisp, pleasant to taste .RE .XP .B "\f[I]orange\f[]" \~\~orange fruit .RS .IP .nf \f[C] {\ orange\ code\ block\ } \f[] .fi .RS .LP orange block quote .RE .RE .LP Multiple definitions, tight: .XP .B "apple" \~\~red fruit .RS .RE computer .RS .RE .XP .B "orange" \~\~orange fruit .RS .RE bank .RS .RE .LP Multiple definitions, loose: .XP .B "apple" \~\~red fruit .RS .RE computer .RS .RE .XP .B "orange" \~\~orange fruit .RS .RE bank .RS .RE .LP Blank line after term, indented marker, alternate markers: .XP .B "apple" \~\~red fruit .RS .RE computer .RS .RE .XP .B "orange" \~\~orange fruit .RS .IP "1." 3 sublist .IP "2." 3 sublist .RE .SH 1 HTML Blocks .LP Simple block on one line: foo .LP And nested without indentation: .LP foo bar .LP Interpreted markdown in a table: This is \f[I]emphasized\f[] And this is \f[B]strong\f[] .LP Here's a simple block: .LP foo .LP This should be a code block, though: .IP .nf \f[C]
\ }
\f[]
.fi
.LP
If you want, you can indent every line, but you can also be
lazy and just indent the first line of each block.
.FE
This should \f[I]not\f[] be a footnote reference, because it
contains a space.[^my note] Here is an inline note.\**
.FS
This
is \f[I]easier\f[] to type.
Inline notes may contain
links (http://google.com) and \f[C]]\f[] verbatim characters,
as well as [bracketed text].
.FE
.RS
.LP
Notes can go in quotes.\**
.FS
In quote.
.FE
.RE
.IP "1." 3
And in list items.\**
.FS
In list.
.FE
.LP
This paragraph should not be part of the note, as it is not indented.