summaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-01-31 01:32:44 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-01-31 01:33:11 +0300
commit309595aff33994d8325af518424eb6831d779de8 (patch)
treeec9199c035369b7be1c076219b9d92f5444a143f /src/Text
parent9ff8bc64f9c873e2bcae6a1a46f71af9287d6753 (diff)
Export list marker parsers from Text.Pandoc.Parsing
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Parsing.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index e87ea71da..562e3d577 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -65,6 +65,11 @@ module Text.Pandoc.Parsing ( takeWhileP,
withRaw,
escaped,
characterReference,
+ upperRoman,
+ lowerRoman,
+ decimal,
+ lowerAlpha,
+ upperAlpha,
anyOrderedListMarker,
orderedListMarker,
charRef,