diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-12 08:30:17 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-12 08:30:17 +0000 |
| commit | a9bd39b10e86e901fa04856342992fce4f08bbb9 (patch) | |
| tree | 8653f63eb52c4ec42f441792a478284c154cfa98 | |
| parent | 656dd64ed86d7d4d8f1808f8c7c55aedb1bea788 (diff) | |
| download | pandoc-a9bd39b10e86e901fa04856342992fce4f08bbb9.tar.gz | |
Export NoteTable in Text.Pandoc.Shared.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@688 788f1e2b-df1e-0410-8736-df70ead52e1b
| -rw-r--r-- | src/Text/Pandoc/Shared.hs | 1 |
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, |
