This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/library/parsedown/test/data/compound_blockquote.html
2016-05-21 14:56:42 -04:00

9 lines
106 B
HTML

<blockquote>
<h2>header</h2>
<p>paragraph</p>
<ul>
<li>li</li>
</ul>
<hr />
<p>paragraph</p>
</blockquote>