d3544dc6f7
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. |
||
---|---|---|
.. | ||
Docx.hs | ||
EPUB.hs | ||
LaTeX.hs | ||
Markdown.hs | ||
Org.hs | ||
RST.hs | ||
Txt2Tags.hs |