aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc')
-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,