mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
11 lines
480 B
HTML
11 lines
480 B
HTML
<p>Here's <em>an emphasis</em>.</p>
|
|
<p>A short one <em>a</em> <em>b</em> .</p>
|
|
<p>Here's <strong>a strong one</strong>. </p>
|
|
<p>Here's <em>one that uses underscores</em>. </p>
|
|
<p>Here's <strong>a strong one that uses underscores</strong>.</p>
|
|
<p>This is not _ one _ neither is * this * neither is _ this_ neither is _this _.</p>
|
|
<p>An empty emphasis ** is not __ an emphasis.</p>
|
|
<p>A <em>multi-line
|
|
emphasis</em></p>
|
|
<p>A <strong>multi-line
|
|
strong emphasis</strong></p> |