# 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><pre></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><details></code></td><td>a summary line and an indented body</td></tr>
<tr><td><code><table></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>.