8 lines
287 B
HTML
8 lines
287 B
HTML
|
|
<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] <html> *here*</p>
|