This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/test/javascripts/mdtest/fixtures/Nested blockquotes.xhtml
T
2013-10-16 10:28:42 -04:00

10 lines
105 B
HTML
Executable File

<blockquote>
<p>foo</p>
<blockquote>
<p>bar</p>
</blockquote>
<p>foo</p>
</blockquote>