aboutsummaryrefslogtreecommitdiff
path: root/t/mdwn.t
Commit message (Collapse)AuthorAge
* Fix inverted footnote config with MultiMarkdown.Amitai Schleier2019-09-04
| | | | | | Bug spotted and fix from Giuseppe Bilotta <giuseppe.bilotta@gmail.com>. Extend mdwn tests to cover MultiMarkdown, where applicable.
* mdwn: Automatically detect which libdiscount flags to useSimon McVittie2018-03-08
| | | | | | | | | | Unconditionally passing arbitrary numbers as flags turns out to be a bad idea, because some of the "unused" values have historically had side-effects internal to libdiscount. Detect whether the known flags work by rendering short Markdown snippets the first time we htmlize, checking whether each known flag is both necessary and sufficient. Signed-off-by: Simon McVittie <smcv@debian.org>
* Add a test-case for Markdown optionsSimon McVittie2017-05-16