-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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]), withmimedefaulting toapplication/octet-stream, orpandoc.mediabag.make_data_uri(input_or_filepath[, mime])with pandoc trying to treat theinput_or_filepathargument as the path to an item in the mediabag ifmimeis not given.
Reactions are currently unavailable