aboutsummaryrefslogtreecommitdiff
path: root/test/writer.plain
diff options
context:
space:
mode:
Diffstat (limited to 'test/writer.plain')
-rw-r--r--test/writer.plain38
1 files changed, 19 insertions, 19 deletions
diff --git a/test/writer.plain b/test/writer.plain
index b8767957f..b9425f9c0 100644
--- a/test/writer.plain
+++ b/test/writer.plain
@@ -5,7 +5,7 @@ July 17, 2006
This is a set of tests for pandoc. Most of them are adapted from John Gruber’s
markdown test suite.
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Headers
@@ -29,7 +29,7 @@ Level 2
with no blank line
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Paragraphs
@@ -44,7 +44,7 @@ Here’s one with a bullet. * criminey.
There should be a hard line break
here.
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Block Quotes
@@ -73,7 +73,7 @@ This should not be a block quote: 2 > 1.
And a following paragraph.
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Code Blocks
@@ -93,7 +93,7 @@ And:
These should not be escaped: \$ \\ \> \[ \{
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Lists
@@ -250,7 +250,7 @@ M.A. 2007
B. Williams
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Definition Lists
@@ -395,7 +395,7 @@ Code:
Hr’s:
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Inline Markup
@@ -421,10 +421,10 @@ Superscripts: a^(bc)d a^(hello) a^(hello there).
Subscripts: H₂O, H₂₃O, H_(many of them)O.
-These should not be superscripts or subscripts, because of the unescaped
-spaces: a^b c^d, a~b c~d.
+These should not be superscripts or subscripts, because of the unescaped spaces:
+a^b c^d, a~b c~d.
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Smart quotes, ellipses, dashes
@@ -444,7 +444,7 @@ Dashes between numbers: 5–7, 255–66, 1987–1999.
Ellipses…and…and….
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
LaTeX
@@ -468,7 +468,7 @@ These shouldn’t be math:
Here’s a LaTeX table:
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Special Characters
@@ -522,7 +522,7 @@ Plus: +
Minus: -
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Links
@@ -594,7 +594,7 @@ Auto-links should not occur here: <http://example.com/>
or here: <http://example.com/>
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Images
@@ -604,7 +604,7 @@ From “Voyage dans la Lune” by Georges Melies (1902):
Here is a movie [movie] icon.
-------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
Footnotes
@@ -622,13 +622,13 @@ need not be placed at the end of the document.
[2] Here’s the long note. This one contains multiple blocks.
-Subsequent blocks are indented to show that they belong to the footnote (as
-with list items).
+Subsequent blocks are indented to show that they belong to the footnote (as with
+list items).
{ <code> }
-If you want, you can indent every line, but you can also be lazy and just
-indent the first line of each block.
+If you want, you can indent every line, but you can also be lazy and just indent
+the first line of each block.
[3] This is easier to type. Inline notes may contain links and ] verbatim
characters, as well as [bracketed text].