diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-11 11:21:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-11 11:22:39 -0700 |
commit | 6fae136cbb1ed28047e615217b5ce082875f5b19 (patch) | |
tree | dbc355f83904bde976f67cbff188ed8cededde70 /tests/textile-reader.textile | |
parent | 4a535211d8a9ef80e859925694e1b06e76f62196 (diff) | |
download | pandoc-6fae136cbb1ed28047e615217b5ce082875f5b19.tar.gz |
Textile reader: list and HTML block parsing improvements.
Closes #1513.
Lists can now start without an intervening blank line.
Also, html block-level tags that don't start a line are parsed
as RawInline and don't interrupt paragraphs, as in RedCloth.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r-- | tests/textile-reader.textile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index c0c0659b7..e1e143531 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -123,6 +123,12 @@ h2. Issue #1500 * two -> and more +h2. Issue #1513 + +List: +* one +* two + h2. Definition List - coffee := Hot and black |