diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-12-12 15:36:29 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-12 15:36:29 -0800 |
| commit | 7093a3b44cbd0b962c53a6e00db51d5de9a840f9 (patch) | |
| tree | eade565cb3ad5f6f52c896f2d13925d12c66f3f7 /test/command | |
| parent | e86c337356fc723e366e5f0d6209205bcffe88f3 (diff) | |
| download | pandoc-7093a3b44cbd0b962c53a6e00db51d5de9a840f9.tar.gz | |
Markdown: Improved computation of relative cell widths in pipe tables.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/3734.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/3734.md b/test/command/3734.md index d7e6f20b1..16803256b 100644 --- a/test/command/3734.md +++ b/test/command/3734.md @@ -6,9 +6,9 @@ ^D <table> <colgroup> -<col style="width: 15%" /> -<col style="width: 8%" /> -<col style="width: 76%" /> +<col style="width: 14%" /> +<col style="width: 7%" /> +<col style="width: 77%" /> </colgroup> <thead> <tr class="header"> |
