From 180f534d21ee35e574d1552a77b91dd2342e464e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 26 Aug 2019 15:20:22 -0700 Subject: Add test for issue #5708. --- test/command/5708.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/5708.md (limited to 'test') diff --git a/test/command/5708.md b/test/command/5708.md new file mode 100644 index 000000000..00a98a371 --- /dev/null +++ b/test/command/5708.md @@ -0,0 +1,12 @@ +``` +% pandoc -f rst -t native ++--------+----------------+ +| 123456 | :math:`a + b` | ++--------+----------------+ +^D +[Table [] [AlignDefault,AlignDefault] [0.125,0.2361111111111111] + [[] + ,[]] + [[[Plain [Str "123456"]] + ,[Plain [Math InlineMath "a + b"]]]]] +``` -- cgit v1.2.3