From bcfb77e2ab832d97b66e0bd06c35a9a13be437da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 8 Mar 2017 12:47:39 +0100 Subject: Markdown writer: Avoid spurious blanklines at end of document... after tables and list, for example. --- test/command/2834.md | 3 --- test/command/3337.md | 3 --- test/command/3487.md | 2 -- 3 files changed, 8 deletions(-) (limited to 'test/command') diff --git a/test/command/2834.md b/test/command/2834.md index e4c2b3da5..850c39254 100644 --- a/test/command/2834.md +++ b/test/command/2834.md @@ -26,7 +26,4 @@ Nested grid tables. | | ----------- | | | +------------------------------------------------------------------+ | +-----------------------------------------------------------------------+ - - - ``` diff --git a/test/command/3337.md b/test/command/3337.md index 8f6735f0f..7ba14dcbb 100644 --- a/test/command/3337.md +++ b/test/command/3337.md @@ -9,8 +9,5 @@ a 1 2 --- --- - - - ``` diff --git a/test/command/3487.md b/test/command/3487.md index 2f3e2f24a..1d475676f 100644 --- a/test/command/3487.md +++ b/test/command/3487.md @@ -8,6 +8,4 @@ Some text Some text - element - - ``` -- cgit v1.2.3