diff options
author | paul.rivier <paul.r.ml@gmail.com> | 2010-12-03 17:26:22 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 23:10:52 -0800 |
commit | c3866f3c6671300f27ae40927fe6f8a2a85cb28b (patch) | |
tree | 44f551cba4d94861fcc83ecfc0a1290a0adf56ff /tests/textile-reader.textile | |
parent | d724c6b5681b2f5815b7d915d5e39a7d3979e7f8 (diff) | |
download | pandoc-c3866f3c6671300f27ae40927fe6f8a2a85cb28b.tar.gz |
punctuation handling, and more html-specific handling
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r-- | tests/textile-reader.textile | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index 7384abb64..0b65e11bb 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -1,5 +1,5 @@ -This is a set of tests for pandoc. Most of them are adapted from John -Gruber's markdown test suite. +This is a set of tests for pandoc Textile Reader. Part of it comes +from John Gruber's markdown test suite. ----- @@ -20,17 +20,18 @@ h1. Paragraphs Here's a regular paragraph. -Line break are not paragraph break in textile, so you can wrap your -very long paragraph with your favourite text editor, it will be -rendered as a single one. +Line breaks are preserved in textile, so you can not wrap your very +long paragraph with your favourite text editor and have it rendered +with no break. + Here's one with a bullet. * criminey. -There should be a hard line break +There should be a paragraph break between here -here. +and here. h1. Block Quotes @@ -96,21 +97,22 @@ h2. Nested h1. Inline Markup This is _emphasized_, and so __is this__. - This is *strong*, and so **is this**. - A "*strong link*":http://www.foobar.com. _*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: H~2~O, H~23~O, H~many of them~O. +Dashes : How cool -- automatic dashes. + +Elipses : He thought and thought ... and then thought some more. + +Quotes and apostrophes : "I'd like to thank you" for example. + h1. Links @@ -154,7 +156,7 @@ h1. Attributes h2{color:red}. HTML and CSS attributes are ignored -as well as *(foo)inline attributes* +as well as *(foo)inline attributes* of %{color:red} all kind% p{color:green}. and paragraph attributes, and table attributes. |