From 4d25bba5f7a620ee6fe43c43d1a14cce4c357858 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Mar 2017 16:48:53 +0100 Subject: RST reader: Handle multiline cells in simple tables. Closes #1166. --- test/command/1166.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 test/command/1166.md (limited to 'test') diff --git a/test/command/1166.md b/test/command/1166.md new file mode 100644 index 000000000..756a065db --- /dev/null +++ b/test/command/1166.md @@ -0,0 +1,48 @@ +See #1166 and . + +``` +% pandoc -f rst -t html5 +===== ===== +col 1 col 2 +===== ===== +1 Second column of row 1. +2 Second column of row 2. + Second line of paragraph. +3 - Second column of row 3. + + - Second item in bullet + list (row 3, column 2). +\ Row 4; column 1 will be empty. +===== ===== +^D + + + + + + + + + + + + + + + + + + + + + + + + + +
col 1col 2
1Second column of row 1.

2

Second column of row 2. Second line of paragraph.

3

    +
  • Second column of row 3.
  • +
  • Second item in bullet list (row 3, column 2).
  • +
Row 4; column 1 will be empty.
+``` + -- cgit v1.2.3