aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/Readers/HTML.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs
index 5ccbc4fb1..462267d89 100644
--- a/src/Text/Pandoc/Readers/HTML.hs
+++ b/src/Text/Pandoc/Readers/HTML.hs
@@ -35,6 +35,7 @@ module Text.Pandoc.Readers.HTML (
anyHtmlInlineTag,
anyHtmlTag,
anyHtmlEndTag,
+ htmlTag,
htmlEndTag,
extractTagType,
htmlBlockElement,