tuika-html 0.1.0

Terminal-native HTML rendering for tuika: a Markdown block seam and a standalone Html view.
Documentation
# Release notes

Markdown and HTML in one document — press <kbd>q</kbd> to quit.

<details open>
  <summary>What changed in 0.1</summary>
  <ul>
    <li><b>Block HTML</b> lays out: lists, tables, quotes, <code>&lt;pre&gt;</code>.</li>
    <li>Inline HTML resolves the same style roles as <em>markdown</em> does.</li>
  </ul>
</details>

<table>
  <tr><th>Element</th><th>Renders as</th></tr>
  <tr><td><code>&lt;details&gt;</code></td><td>a summary line and an indented body</td></tr>
  <tr><td><code>&lt;table&gt;</code></td><td>a box-drawn grid, fitted to the width</td></tr>
</table>

> The formula is H<sub>2</sub>O, and the answer is 2<sup>10</sup>.