Add table pretty printing & alignment
Also dismissed implementing colgroups for now - had it but didn't like the added complexity for a very questionable benefit - i've actually never used that feature of org tables...
This commit is contained in:
parent
c08119bbc8
commit
f28f400d7e
10 changed files with 261 additions and 113 deletions
6
org/testdata/misc.html
vendored
6
org/testdata/misc.html
vendored
|
@ -20,10 +20,12 @@ crazy ain't it?
|
|||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>foo</strong></td><td>foo</td>
|
||||
<td><strong>foo</strong></td>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>bar</strong></td><td>bar</td>
|
||||
<td><strong>bar</strong></td>
|
||||
<td>bar</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue