From f63b76e1698b0d7eba6b43ef45faaeee2b01b9ca Mon Sep 17 00:00:00 2001 From: Aner Lucero <4rgento@gmail.com> Date: Sat, 14 Nov 2020 20:09:44 -0300 Subject: Markdown writer: default to using ATX headings. 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. --- test/command/pandoc-citeproc-57.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/command/pandoc-citeproc-57.md') diff --git a/test/command/pandoc-citeproc-57.md b/test/command/pandoc-citeproc-57.md index 4232e1ef8..f208feb59 100644 --- a/test/command/pandoc-citeproc-57.md +++ b/test/command/pandoc-citeproc-57.md @@ -25,8 +25,7 @@ References ^D (Faraday, forthcoming) -References {#references .unnumbered} -========== +# References {#references .unnumbered} ::: {#refs .references .csl-bib-body .hanging-indent} ::: {#ref-Faraday-forthcoming .csl-entry} -- cgit v1.2.3