mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
5 lines
248 B
HTML
5 lines
248 B
HTML
<p>Here's <em>an emphasis</em>.</p>
|
|
<p>Here's <strong>a strong one</strong>. </p>
|
|
<p>Here's <em>an emphasis that uses underscores</em>. </p>
|
|
<p>Here's <strong>a strong emphasis that uses underscores</strong>.</p>
|
|
<p>This is _ not an emphasis _.</p> |