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:
Niklas Fasching 2018-12-14 15:49:40 +01:00
parent c08119bbc8
commit f28f400d7e
10 changed files with 261 additions and 113 deletions

View file

@ -53,13 +53,16 @@ and tables
<table>
<tbody>
<tr>
<td>1</td><td>a</td>
<td class="align-right">1</td>
<td>a</td>
</tr>
<tr>
<td>2</td><td>b</td>
<td class="align-right">2</td>
<td>b</td>
</tr>
<tr>
<td>3</td><td>c</td>
<td class="align-right">3</td>
<td>c</td>
</tr>
</tbody>
</table>