send-mail/node_modules/showdown/test/features/metadata/dashes-conflict.html

9 lines
169 B
HTML
Raw Normal View History

<p><strong>some</strong> markdown text</p>
<ul>
<li>a list</li>
<li>another list ---</li>
<li>and stuff</li>
</ul>
<p>a paragraph --- with dashes</p>
<hr />