pandoc/tests/Tests
John MacFarlane 4af8eed764 Markdown reader: revised definition list syntax (closes #1429).
* This change brings pandoc's definition list syntax into alignment
  with that used in PHP markdown extra and multimarkdown (with the
  exception that pandoc is more flexible about the definition markers,
  allowing tildes as well as colons).

* Lazily wrapped definitions are now allowed; blank space is required
  between list items; and the space before definition is used to
  determine whether it is a paragraph or a "plain" element.

* For backwards compatibility, a new extension,
  `compact_definition_lists`, has been added that restores the behavior
  of pandoc 1.12.x, allowing tight definition lists with no blank space
  between items, and disallowing lazy wrapping.
2014-07-20 16:33:59 -07:00
..
Readers Markdown reader: revised definition list syntax (closes #1429). 2014-07-20 16:33:59 -07:00
Writers AsciiDoc writer: Double markers in intraword emphasis. 2014-07-20 12:24:53 -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 DokuWiki writer: Add new test showing that span swallows content. 2014-07-02 22:26:11 +01:00
Shared.hs Rewrote normalize for efficiency. (Closes #1385.) 2014-06-29 23:05:08 -07:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00