This repository was archived by the owner on May 23, 2019. It is now read-only.
v1.2.0
Added ability to have a free-form slide that just passes through the markup:
!FREEFORM
<h1>This is a freeform slide</h1>
<table>
<thead><tr>
<th>Name</th><th>Age</th><th>Role</th>
</tr></thead>
<tbody>
<tr>
<td>Dave</td><td>40</td><td>Husband</td>
</tr>
<tr>
<td>Amy</td><td>One shouldn't ask</td><td>Wife</td>
</tr>
<tr>
<td>Rudy</td><td>13</td><td>Cat</td>
</tr>
</tbody>
</table>