aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-11 09:46:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-11 09:46:58 -0700
commit7c2dd0359b8ece3df91af81338274008c0740a69 (patch)
tree732109463f023f8d1bfc10f27cccefa9679d6733 /test
parent34e6464e306d9926f4559156fd144361f0b4efb0 (diff)
downloadpandoc-7c2dd0359b8ece3df91af81338274008c0740a69.tar.gz
Markdown writer: prefer pipe_tables to raw html...
...even when we must lose width information. All in all this seems to be people's preferred behavior, even though it is slightly lossier. Closes #2608. Closes #4497.
Diffstat (limited to 'test')
-rw-r--r--test/command/3734.md24
1 files changed, 3 insertions, 21 deletions
diff --git a/test/command/3734.md b/test/command/3734.md
index 16803256b..7549fb053 100644
--- a/test/command/3734.md
+++ b/test/command/3734.md
@@ -4,27 +4,9 @@
|--------------|-------|--------------------------------------------------------------------------|
| aaaaaaaaaaaa | | cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc |
^D
-<table>
-<colgroup>
-<col style="width: 14%" />
-<col style="width: 7%" />
-<col style="width: 77%" />
-</colgroup>
-<thead>
-<tr class="header">
-<th>aaaaaaaaaaaa</th>
-<th>bbbbb</th>
-<th>ccccccccccc</th>
-</tr>
-</thead>
-<tbody>
-<tr class="odd">
-<td>aaaaaaaaaaaa</td>
-<td></td>
-<td>cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc</td>
-</tr>
-</tbody>
-</table>
+| aaaaaaaaaaaa | bbbbb | ccccccccccc |
+|--------------|-------|--------------------------------------------------------------------------|
+| aaaaaaaaaaaa | | cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc |
```
```