diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-06 21:05:28 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-06 21:05:28 -0800 |
commit | 93c3e27731321294a204c465f8b917946db38c85 (patch) | |
tree | 5ce07ded963546ad751e2640a91f6e0b9c465067 /tests/tables.context | |
parent | 71bedab81c012be50c6605ed0dbf4ef936cde05e (diff) | |
download | pandoc-93c3e27731321294a204c465f8b917946db38c85.tar.gz |
pandoc: Add newline to output unless standalone.
This avoids output that does not end with a newline, which
is inconvenient when working with many tools.
Updated tests accordingly.
Diffstat (limited to 'tests/tables.context')
-rw-r--r-- | tests/tables.context | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tables.context b/tests/tables.context index a280cc285..20f7ceedb 100644 --- a/tests/tables.context +++ b/tests/tables.context @@ -172,4 +172,4 @@ Multiline table without column headers: \NC Here's another one. Note the blank line between rows. \NC\AR \HL -\stoptable
\ No newline at end of file +\stoptable |