pandoc/test/Tests
John MacFarlane d247e9f72e Make plain output plainer.
Previously we used the following Project Gutenberg conventions
for plain output:

- extra space before and after level 1 and 2 headings
- all-caps for strong emphasis `LIKE THIS`
- underscores surrounding regular emphasis `_like this_`

This commit makes `plain` output plainer. Strong and Emph
inlines are rendered without special formatting.  Headings
are also rendered without special formatting, and with only
one blank line following.

To restore the former behavior, use `-t plain+gutenberg`.

API change: Add `Ext_gutenberg` constructor to `Extension`.

See #5741.
2019-09-22 11:33:09 -07:00
..
Lua Lua modules: test pandoc.mediabag 2019-05-30 08:44:40 +02:00
Readers [Docx Reader] Use style names, not ids, for assigning semantic meaning 2019-09-21 11:18:15 -07:00
Writers Make plain output plainer. 2019-09-22 11:33:09 -07:00
Command.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Helpers.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Lua.hs Fix redundant constraint warnings. (#5625) 2019-07-02 10:29:34 +02:00
Old.hs Add jira writer (#5548) 2019-06-05 17:52:23 -04:00
Shared.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00