diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 16:33:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 16:33:59 -0700 |
commit | 4af8eed764e4b5f84377cf946b03203d01078102 (patch) | |
tree | 198ad4642cab66eda50ee4dad3825a972dff5abb /src/Text/Pandoc/Readers/Textile.hs | |
parent | cdc4ecbe98471512b6751c4068002218b5b28f33 (diff) | |
download | pandoc-4af8eed764e4b5f84377cf946b03203d01078102.tar.gz |
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.
Diffstat (limited to 'src/Text/Pandoc/Readers/Textile.hs')
0 files changed, 0 insertions, 0 deletions