Files
mindoc/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
Minho 47687cc5b1 1、实现标签功能
2、实现删除用户,当删除一个用户时,该用户的所有信息将转义到超级管理员账户上
2017-07-07 16:20:55 +08:00

14 lines
188 B
HTML

<p>Paragraph one.</p>
<!-- This is a simple comment -->
<!--
This is another comment.
-->
<p>Paragraph two.</p>
<!-- one comment block -- -- with two comments -->
<p>The end.</p>