diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-30 09:26:15 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-30 09:26:15 -0700 |
commit | 9961dc274ac29698f68bb7ac47d0259df93563e4 (patch) | |
tree | e4e27a3d26739f7fc494606b14e1bd3bb7a9b562 /tests/lhs-test.latex+lhs | |
parent | 8201257b5c13f90f14aa529fac1b341fd1a900eb (diff) | |
download | pandoc-9961dc274ac29698f68bb7ac47d0259df93563e4.tar.gz |
Improved spacing around LaTeX block environments.
verbatim, itemize, description, enumerate.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index b537e6eea..65b4787ff 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -62,6 +62,7 @@ the second item of the pair). \begin{verbatim} f *** g = first f >>> second g \end{verbatim} + Block quote: \begin{quote} |