From 7f6bbfadf43ace8b8b75e787916ed35ae2e6b1e6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Oct 2014 20:26:08 -0700 Subject: Pretty: Make CR + BLANKLINE = BLANKLINE. This fixes an extra blank line we were getting at the end of markdown fragments (as well as rst, org, etc.) Closes #1705. --- tests/tables.asciidoc | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/tables.asciidoc') diff --git a/tests/tables.asciidoc b/tests/tables.asciidoc index ba647866a..2a24544a3 100644 --- a/tests/tables.asciidoc +++ b/tests/tables.asciidoc @@ -65,4 +65,3 @@ Multiline table without column headers: |First |row |12.0 |Example of a row that spans multiple lines. |Second |row |5.0 |Here's another one. Note the blank line between rows. |======================================================================= - -- cgit v1.2.3