-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
See #5124.
The Haskell function is in module Text.Pandoc.SelfContained
, but it seems to fit into the pandoc.mediabag
Lua module conceptually.
Ideas for the interface:
pandoc.mediabag.make_data_uri(input[, mime])
, withmime
defaulting toapplication/octet-stream
, orpandoc.mediabag.make_data_uri(input_or_filepath[, mime])
with pandoc trying to treat theinput_or_filepath
argument as the path to an item in the mediabag ifmime
is not given.