pandoc/test/Tests
Aner Lucero f63b76e169 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.
2020-11-14 21:33:32 -08:00
..
Lua Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Readers Fix remaining typos in tests 2020-10-14 22:39:29 +02:00
Writers Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
Command.hs Use golden test framework for command tests. 2020-10-07 22:33:44 -07:00
Helpers.hs Fix hlint suggestions, update hlint.yaml (#6680) 2020-09-13 07:48:14 -07:00
Lua.hs Fix remaining typos in tests 2020-10-14 22:39:29 +02:00
Old.hs Markdown writer: default to using ATX headings. 2020-11-14 21:33:32 -08:00
Shared.hs Fix hlint suggestions, update hlint.yaml (#6680) 2020-09-13 07:48:14 -07:00