canyin-project/ybcy/vendor/cebe/markdown/tests/markdown-data/inline-html.html
2024-11-01 16:07:54 +08:00

12 lines
534 B
HTML

<p>this is <span class="name">inline <strong>html</strong></span> trailing</p>
<p>&copy; AT&amp;T</p>
<p><del>this is deleted</del> this is not
new text on new line</p>
<p><s>this is deleted</s> this is not
new text on new line</p>
<p>this line ends with &lt;</p>
<p>this line ends with &amp;</p>
<p>contact me at <strong>mail@cebe.cc</strong>.</p>
<p>contact me at <strong><a href="mailto:mail@cebe.cc">mail@cebe.cc</a></strong>.</p>
<p>contact me at <strong><a href="http://cebe.cc/contact">http://cebe.cc/contact</a></strong>.</p>