We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc73c7 commit 2405c65Copy full SHA for 2405c65
src/resources/lua-types/pandoc/mediabag.lua
@@ -40,7 +40,7 @@ Usage:
40
---@param filepath string Filename and path relative to the output folder.
41
---@param mime_type string|nil The file's MIME type; use `nil` if unknown or unavailable.
42
---@param contents string The binary contents of the file
43
-function pandoc.mediabag.fill(filepath, mime_type, contents) end
+function pandoc.mediabag.insert(filepath, mime_type, contents) end
44
45
--[[
46
Returns an iterator triple to be used with Lua's generic `for`
0 commit comments