aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-01 09:21:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-01 09:21:23 -0700
commitced8be1d080019f56033c8200974598910985dc4 (patch)
tree3b52f36e9b18cdd73a09af95f4377f4f25bcadf4 /tests/textile-reader.textile
parent99f4f636df36d84a4bc58f67337af3584595f5c1 (diff)
parent90269cb213ae6b2db31cc11199d1ce8d378bdac8 (diff)
downloadpandoc-ced8be1d080019f56033c8200974598910985dc4.tar.gz
Merge pull request #1207 from mpickering/htmlinlines
Fix #1162, #1175 and rewrite textile and HTML backend to use the builder
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index e31052b6a..73c36b0d1 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -139,8 +139,8 @@ _*This is strong and em.*_
So is *_this_* word and __**that one**__.
-This is strikeout and *strong*-
-Superscripts: a[^bc^]d a^*hello*^ a[^hello there^].
-Subscripts: ~here~ H[~2~]O, H[~23~]O, H[~many of them~]O.
+Superscripts: a[^bc^]d a ^*hello*^ a[^hello there^].
+Subscripts: ~here~ H[ ~2~]O, H[ ~23~]O, H[ ~many of them~]O.
Dashes : How cool -- automatic dashes.
@@ -187,7 +187,7 @@ h2. With headers
h1. Images
-Textile inline image syntax, like
+Textile inline image syntax, like
here !this_is_an_image.png(this is the alt text)!
and here !this_is_an_image.png!.