Skip to content
This repository was archived by the owner on May 23, 2019. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@davetron5000 davetron5000 released this 07 Nov 18:29
· 8 commits to master since this release

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>