From 438e8686cf707cc0fe338678111a63fdc1fc5bf2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Mar 2017 16:11:56 +0100 Subject: Markdown writer: don't emit a simple table if `simple_tables` disabled. Closes #3529. --- test/command/3529.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/command/3529.md (limited to 'test/command/3529.md') diff --git a/test/command/3529.md b/test/command/3529.md new file mode 100644 index 000000000..fdf42f68e --- /dev/null +++ b/test/command/3529.md @@ -0,0 +1,15 @@ +``` +% pandoc -t markdown-simple_tables-pipe_tables-grid_tables+multiline_tables +A B +-- -- +7 8 +9 10 +^D + -------- + A B + --- ---- + 7 8 + + 9 10 + -------- +``` -- cgit v1.2.3