From ea619bfcb4dd58f4ea0f3b02a61dc734180b79b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 1 Mar 2017 17:41:14 +0100 Subject: Markdown writer: Fixed grid tables embedded in grid tables. Closes #2834. --- test/command/2834.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test/command/2834.md (limited to 'test') diff --git a/test/command/2834.md b/test/command/2834.md new file mode 100644 index 000000000..e4c2b3da5 --- /dev/null +++ b/test/command/2834.md @@ -0,0 +1,32 @@ +Nested grid tables. +``` +% pandoc -f html -t markdown --columns=72 + + + + +
+ + + + +
+ + + + +
some text
+
+
+^D ++-----------------------------------------------------------------------+ +| +------------------------------------------------------------------+ | +| | ----------- | | +| | some text | | +| | ----------- | | +| +------------------------------------------------------------------+ | ++-----------------------------------------------------------------------+ + + + +``` -- cgit v1.2.3