aboutsummaryrefslogtreecommitdiff
path: root/test/command/3674.md
AgeCommit message (Collapse)Author
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane
This addresses a subsidiary issue in #3674.
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane
with `--reference-links` and `--reference-location=section`. Also ensure that there are no empty link references `[]`. Closes #3674.