Attempting a simpler configuration. Podman doesn't like it. Moving to Docker for sanity check.
This commit is contained in:
9
lib/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Nested blockquotes.xhtml
vendored
Normal file
9
lib/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Nested blockquotes.xhtml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<blockquote>
|
||||
<p>foo</p>
|
||||
|
||||
<blockquote>
|
||||
<p>bar</p>
|
||||
</blockquote>
|
||||
|
||||
<p>foo</p>
|
||||
</blockquote>
|
||||
Reference in New Issue
Block a user