aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-12 08:30:17 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-12 08:30:17 +0000
commita9bd39b10e86e901fa04856342992fce4f08bbb9 (patch)
tree8653f63eb52c4ec42f441792a478284c154cfa98 /src/Text
parent656dd64ed86d7d4d8f1808f8c7c55aedb1bea788 (diff)
downloadpandoc-a9bd39b10e86e901fa04856342992fce4f08bbb9.tar.gz
Export NoteTable in Text.Pandoc.Shared.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@688 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Shared.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
index 8caf8516a..b8500ca7a 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/src/Text/Pandoc/Shared.hs
@@ -53,6 +53,7 @@ module Text.Pandoc.Shared (
ParserContext (..),
QuoteContext (..),
ParserState (..),
+ NoteTable,
defaultParserState,
nullBlock,
escaped,