diff options
Diffstat (limited to 'tests2/tm-cases-new/blockquote_with_pre.html')
-rw-r--r-- | tests2/tm-cases-new/blockquote_with_pre.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests2/tm-cases-new/blockquote_with_pre.html b/tests2/tm-cases-new/blockquote_with_pre.html new file mode 100644 index 0000000..431c06a --- /dev/null +++ b/tests2/tm-cases-new/blockquote_with_pre.html @@ -0,0 +1,9 @@ +<blockquote> + <p>Markdown indents blockquotes a couple of spaces + necessitating some tweaks for pre-blocks in that + blockquote: +</p> + +<pre><code>here is a check +for that +</code></pre></blockquote> |