Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-14 | Markdown writer: default to using ATX headings. | Aner Lucero | 1 | -2/+1 | |
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. | |||||
2020-10-07 | Fix URL prefixes in citations also when they occur in notes. | John MacFarlane | 1 | -0/+33 | |
Update chicago-fullnote-bibliography.csl and adjust tests. Closes #6723. |