mdbook 0.5.2

Creates a book from markdown files
1
2
3
4
5
6
<h1 id="inlines"><a class="header" href="#inlines">Inlines</a></h1>
<p><em>emphasis</em> <strong>bold</strong> <strong><em>bold emphasis</em></strong></p>
<p>Some <code>inline code</code>.</p>
<p>Hard<br>break</p>
<p>Invisible hard<br>break</p>
<p>[escaped] &lt;html&gt; *here*</p>