mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
Fix tests for sample custom writer tables
This commit is contained in:
+7
-7
@@ -26,7 +26,7 @@
|
||||
<td align="center">1</td>
|
||||
<td align="left">1</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Simple table without caption:</p>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<td align="center">1</td>
|
||||
<td align="left">1</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Simple table indented two spaces:</p>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<td align="center">1</td>
|
||||
<td align="left">1</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Multiline table with caption:</p>
|
||||
|
||||
@@ -119,7 +119,7 @@ multiple lines.</td>
|
||||
<td align="left">Here’s another one. Note
|
||||
the blank line between rows.</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Multiline table without caption:</p>
|
||||
|
||||
@@ -151,7 +151,7 @@ multiple lines.</td>
|
||||
<td align="left">Here’s another one. Note
|
||||
the blank line between rows.</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Table without column headers:</p>
|
||||
|
||||
@@ -174,7 +174,7 @@ the blank line between rows.</td>
|
||||
<td align="center">1</td>
|
||||
<td align="right">1</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
<p>Multiline table without column headers:</p>
|
||||
|
||||
@@ -197,5 +197,5 @@ multiple lines.</td>
|
||||
<td align="left">Here’s another one. Note
|
||||
the blank line between rows.</td>
|
||||
</tr>
|
||||
</table
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user