pandoc/tests/Tests/Readers
John MacFarlane d3544dc6f7 Markdown definition lists: don't require indent for first line.
Previously the body of the definition (after the `:` or `~` marker)
needed to be in column 4.  This commit relaxes that requirement,
to better match the behavior of PHP Markdown Extra.  So, now
this is a valid definition list:

    foo
    : bar

This patch also helps resolve a potentially ambiguity with table
captions:

    foo

      : bar

      -----
      table
      -----

Is "bar" a definition, or the caption for the table?  We'll count
it as a caption for the table.

Closes #2087.
2015-04-18 10:13:32 -07:00
..
Docx.hs Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype 2015-03-28 12:12:48 -07:00
EPUB.hs Update tests 2015-02-18 21:09:07 +00:00
LaTeX.hs LaTeX Reader: Test for ^^ character escapes 2015-04-13 03:22:39 +03:00
Markdown.hs Markdown definition lists: don't require indent for first line. 2015-04-18 10:13:32 -07:00
Org.hs Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel-master 2015-03-28 21:09:38 -07:00
RST.hs Update tests 2015-02-18 21:09:07 +00:00
Txt2Tags.hs Update tests 2015-02-18 21:09:07 +00:00