diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-21 21:21:49 -0400 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-06-21 21:21:49 -0400 |
| commit | 3c69b0fb1d86f68a337bf3bd9b4a86b30a5fe6bf (patch) | |
| tree | 6972f33b04d940e77486818e6676755550817107 /tests/testsuite/blockquote-nested-return-level1.out | |
| parent | de76d24283aa62a81e2c4529c4d90fb388ddd26d (diff) | |
| download | python-markdown-inline.tar.gz | |
Fixed many failing tests in inline refactor. Still a ways to go.inline
Diffstat (limited to 'tests/testsuite/blockquote-nested-return-level1.out')
| -rw-r--r-- | tests/testsuite/blockquote-nested-return-level1.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testsuite/blockquote-nested-return-level1.out b/tests/testsuite/blockquote-nested-return-level1.out new file mode 100644 index 0000000..d37d55f --- /dev/null +++ b/tests/testsuite/blockquote-nested-return-level1.out @@ -0,0 +1,8 @@ +<blockquote> +<p>This is the first level of quoting.</p> + +<blockquote> +<p>This is nested blockquote. +Back to the first level.</p> +</blockquote> +</blockquote>
\ No newline at end of file |
