pandoc/tests/Tests
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
..
Readers Markdown definition lists: don't require indent for first line. 2015-04-18 10:13:32 -07:00
Writers Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jlduran-latex-tightlist 2015-04-17 19:23:13 -07:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Update tests 2015-02-18 21:09:07 +00:00
Shared.hs Shared: Make collapseFilePath OS-agnostic 2014-09-25 12:42:53 +01:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00