mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
7ace421f6d
- Regex is based on original Perl regex. - Added more tests.
8 lines
428 B
HTML
8 lines
428 B
HTML
<p>Here's <em>an emphasis</em>.</p>
|
|
<p>A short emphasis <em>a</em> <em>b</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 _ neither is * that * .</p>
|
|
<p>Empty emphasis ** is not __ an emphasis.</p>
|
|
<p>Three asterisks are an emphasized asterisk <em>*</em> .</p> |