Test code blocks in blockquotes
This commit is contained in:
parent
e5291798cb
commit
5fadd96dfc
1 changed files with 10 additions and 0 deletions
10
test.sh
10
test.sh
|
@ -265,5 +265,15 @@ check <<-"EOF"
|
|||
</blockquote>
|
||||
EOF
|
||||
|
||||
check <<-"EOF"
|
||||
> code blocks
|
||||
> in blockquotes
|
||||
---
|
||||
<blockquote>
|
||||
<pre><code>code blocks
|
||||
in blockquotes</code></pre>
|
||||
</blockquote>
|
||||
EOF
|
||||
|
||||
echo
|
||||
echo "All tests passed"
|
||||
|
|
Loading…
Reference in a new issue