diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-02 21:09:01 -0700 |
---|---|---|
committer | mb21 <mb21@users.noreply.github.com> | 2015-07-25 15:51:55 +0200 |
commit | 2e8064346d17bbb25a16650fc074393e834d67f7 (patch) | |
tree | 4348edd0a9fbe64efd6ccecd03b43885e245e3d2 | |
parent | 2b68f7af15f7503083d07265355363e36cfaf4bb (diff) | |
download | pandoc-2e8064346d17bbb25a16650fc074393e834d67f7.tar.gz |
Pretty: comment fix (mb21).
-rw-r--r-- | src/Text/Pandoc/Pretty.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs index 5e6450746..bb0091ca5 100644 --- a/src/Text/Pandoc/Pretty.hs +++ b/src/Text/Pandoc/Pretty.hs @@ -171,7 +171,7 @@ infixr 5 $$ else x <> cr <> y infixr 5 $+$ --- | @a $$ b@ puts @a@ above @b@, with a blank line between. +-- | @a $+$ b@ puts @a@ above @b@, with a blank line between. ($+$) :: Doc -> Doc -> Doc ($+$) x y = if isEmpty x then y |