From 1ab99c05513a294f9de1ac19e22acb560d5167f1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Feb 2024 08:12:38 -0800 Subject: [PATCH] T.P.Readers: add readDjot to exports. --- src/Text/Pandoc/Readers.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text/Pandoc/Readers.hs b/src/Text/Pandoc/Readers.hs index 83f0d3c2e..3f5258a83 100644 --- a/src/Text/Pandoc/Readers.hs +++ b/src/Text/Pandoc/Readers.hs @@ -62,6 +62,7 @@ module Text.Pandoc.Readers , readRIS , readRTF , readTypst + , readDjot -- * Miscellaneous , getReader , getDefaultExtensions