aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-02-13 09:36:19 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-13 13:00:37 -0800
commit2d60a5127cc28bb6b55c19309d6e8fb6e81fbe66 (patch)
tree15b4926a4cd25e7a05a5788d5d24682592b3a7c4 /src/Text/Pandoc/Shared.hs
parent6323250bad5e0bf9ef0ec007e16c869d99828080 (diff)
downloadpandoc-2d60a5127cc28bb6b55c19309d6e8fb6e81fbe66.tar.gz
T.P.Shared: export `handleTaskListItem`. [API change]
Diffstat (limited to 'src/Text/Pandoc/Shared.hs')
-rw-r--r--src/Text/Pandoc/Shared.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
index b908a0172..6d5d4c97d 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/src/Text/Pandoc/Shared.hs
@@ -70,6 +70,7 @@ module Text.Pandoc.Shared (
isTightList,
taskListItemFromAscii,
taskListItemToAscii,
+ handleTaskListItem,
addMetaField,
makeMeta,
eastAsianLineBreakFilter,