From a939cfe769408ec41aee7ebe5ce4d36f5160d7d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Mar 2017 16:54:24 +0100 Subject: Pipe tables: impose minimum cell size. This might help with #3526. At any rate, it fixes another bug (see test/command/3526.md). --- test/command/3526.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/command/3526.md (limited to 'test') diff --git a/test/command/3526.md b/test/command/3526.md new file mode 100644 index 000000000..e197bcf32 --- /dev/null +++ b/test/command/3526.md @@ -0,0 +1,14 @@ +``` +% pandoc -t rst ++--+---+ +| | | ++--+---+ +| | | ++--+---+ +^D ++---+---+ +| | | ++---+---+ +| | | ++---+---+ +``` -- cgit v1.2.3