From 5cf769b1cd1d9e76ff5f543aba8b4a15a90b7d88 Mon Sep 17 00:00:00 2001
From: fiddlosopher This is a set of tests for pandoc. Most of them are adapted from John Gruber's markdown test suite. with no blank line with no blank line Here's a regular paragraph. 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. There should be a hard line break E-mail style:Pandoc Test Suite
+
Headers
+
Level 2 with an embedded link
+
Level 3 with emphasis
+
Level 4
+
Level 5
+
Level 1
+
Level 2 with emphasis
+
Level 3
Level 2
+
Paragraphs
here.
+
Block Quotes
@@ -79,6 +90,7 @@ here.
And a following paragraph.
Code:
---- (should be four hyphens)
@@ -95,7 +107,9 @@ this code block is indented by one tab
These should not be escaped: \$ \\ \> \[ \{
Asterisks tight:
Minus 3
Tight:
Item 3.
Third
this is a list item indented with tabs
@@ -232,6 +249,7 @@ These should not be escaped: \$ \\ \> \[ \{Simple block on one line:
This is emphasized, and so is this.
This is strong, and so is this.
@@ -317,6 +336,7 @@ BlahSo is this word.
This is code: >, $, \, \$, <html>.
"Hello," said the spider. "'Shelob' is my name."
'A', 'B', and 'C' are letters.
@@ -327,6 +347,7 @@ BlahDashes between numbers: 5-7, 255-66, 1987-1999.
Ellipses...and. . .and . . . .
Here is some unicode:
Plus: +
Minus: -
Just a URL.
@@ -393,6 +417,7 @@ Cat & 1 \\ \hline +Foo bar.
Foo bar.
@@ -407,11 +432,13 @@ Cat & 1 \\ \hlineFoo bar.
Foo biz.
+Here's a link with an ampersand in the URL.
Here's a link with an amersand in the link text: AT&T.
Here's an inline link.
Here's an inline link in pointy braces.
+With an ampersand: http://example.com/?foo=1&bar=2
or here: <http://example.com/>
From "Voyage dans la Lune" by Georges Melies (1902):

Here is a movie
icon.
Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3
This paragraph should not be part of the note, as it is not indented.
-- cgit v1.2.3