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.markdown | |
| 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.markdown')
| -rw-r--r-- | tests/lhs-test.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lhs-test.markdown b/tests/lhs-test.markdown index 2b3223493..5b7c6465a 100644 --- a/tests/lhs-test.markdown +++ b/tests/lhs-test.markdown @@ -13,7 +13,9 @@ and one arrow on the second item of the pair). f *** g = first f >>> second g -> Here is a block quote section. +Block quote: + +> foo bar |
