aboutsummaryrefslogtreecommitdiff
path: root/test/command/3736.md
AgeCommit message (Collapse)Author
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
Previously we used Setext (underlined) headings by default. The default is now ATX (`##` style). * Add the `--markdown-headings=atx|setext` option. * Deprecate `--atx-headers`. * Add constructor 'ATXHeadingInLHS` constructor to `LogMessage` [API change]. * Support `markdown-headings` in defaults files. * Document new options in MANUAL. Closes #6662.
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane
Closes #3736.