mdbook/tests/testsuite/markdown/basic_markdown/expected/inlines.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
287 B
HTML
Raw Normal View History

<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>