tuika-html 0.1.1

Terminal-native HTML rendering for tuika: a Markdown block seam and a standalone Html view.
Documentation
<h1>Ada Lovelace</h1>

<p>
  English mathematician, and the first to recognize that a
  <b>calculating engine</b> had applications <em>beyond</em> pure number
  crunching. Her notes on the Analytical Engine contain what is now considered
  the first published algorithm intended for a machine.
</p>

<h2>Notes on the engine</h2>

<dl>
  <dt>Note G</dt>
  <dd>The Bernoulli-number routine — the algorithm itself.</dd>
  <dt>Note A</dt>
  <dd>Where the engine is distinguished from the Difference Engine.</dd>
</dl>

<table>
  <tr><th>Year</th><th>Event</th></tr>
  <tr><td>1833</td><td>Meets Charles Babbage</td></tr>
  <tr><td>1843</td><td>Publishes the translated <i>Sketch</i>, with her notes</td></tr>
</table>

<blockquote>
  <p>The Analytical Engine weaves algebraic patterns, just as the Jacquard loom
  weaves flowers and leaves.</p>
</blockquote>

<h3>In her own notation</h3>

<pre>
B(7) = -1/6 · x  +  ...
       ^ the seventh Bernoulli number
</pre>

<hr>

<p>
  <small>Sources:</small> <a href="https://example.com/notes">the notes</a>,
  <code>Note&nbsp;G</code>, and a <kbd>Ctrl</kbd>+<kbd>F</kbd> through the
  <mark>1843</mark> translation. Water is still H<sub>2</sub>O.
</p>