From d247e9f72e9c9a86cb0053cffc607b5f84f8b3a4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Sep 2019 10:57:48 -0700 Subject: 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. --- MANUAL.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index 7e01a5002..c9ff7bea5 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4544,6 +4544,14 @@ in several respects: we must either disallow lazy wrapping or require a blank line between list items. +#### Extension: `gutenberg` #### + +Use [Project Gutenberg] conventions for `plain` output: +all-caps for strong emphasis, surround by underscores +for regular emphasis, add extra blank space around headings. + + [Project Gutenberg]: https://www.gutenberg.org + Markdown variants ----------------- -- cgit v1.2.3