From 6033ea729c3f27265f7d28dc2aaa2073e6b99827 Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sat, 14 Feb 2009 04:08:18 +0000 Subject: 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 --- tests/lhs-test.latex+lhs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/lhs-test.latex+lhs') diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 203955d1a..951cbb81f 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -29,8 +29,10 @@ pair and one arrow on the second item of the pair). \begin{verbatim} f *** g = first f >>> second g \end{verbatim} +Block quote: + \begin{quote} -Here is a block quote section. +foo bar \end{quote} \end{document} -- cgit v1.2.3