diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 04:08:18 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 04:08:18 +0000 |
commit | 6033ea729c3f27265f7d28dc2aaa2073e6b99827 (patch) | |
tree | 96552adf4f94f4df8abb634aba41e54c1d079928 /tests/lhs-test.html+lhs | |
parent | 0d2439949ea679c3be8918df356100b40f7be357 (diff) | |
download | pandoc-6033ea729c3f27265f7d28dc2aaa2073e6b99827.tar.gz |
Updated test suites: regular paragraph before block quote.
Note: rst writer doesn't handle block quote after code block
properly. Ideally it would insert an empty comment to reset
indentation. But this is not desirable in general before
code blocks.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1540 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/lhs-test.html+lhs')
-rw-r--r-- | tests/lhs-test.html+lhs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs index 1cda84cdb..8b171bd0f 100644 --- a/tests/lhs-test.html+lhs +++ b/tests/lhs-test.html+lhs @@ -71,9 +71,11 @@ pre.sourceCode span.Error { color: red; font-weight: bold; } >f *** g = first f >>> second g </code ></pre + ><p + >Block quote:</p ><blockquote ><p - >Here is a block quote section.</p + >foo bar</p ></blockquote ></body ></html |