diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-07 03:05:06 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-07 03:05:06 +0000 |
commit | 0a250edfde0bca1b7700f36acb4b757a16782394 (patch) | |
tree | a7153beabaa70d81c841d5c98098c914922ea878 /src/Text/Pandoc | |
parent | ad2c6427139e1364ff30d2a8358fb1b6b2a5ee65 (diff) | |
download | pandoc-0a250edfde0bca1b7700f36acb4b757a16782394.tar.gz |
Minor comment change.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@629 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Shared.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index b0631a100..00a467ca4 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -58,7 +58,7 @@ module Text.Pandoc.Shared ( escaped, -- * Native format prettyprinting prettyPandoc, - -- * Pandoc block list processing + -- * Pandoc block and inline list processing normalizeSpaces, compactify, -- * Writer options |