Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/resources/lua-types/pandoc/pandoc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function pandoc.walk_block(element, filter) end

--[[
-- Apply a filter inside an inline element, walking its contents.
-- Returns a (deep) copy on which the fislter has been applied:
-- Returns a (deep) copy on which the filter has been applied:
-- the original element is left untouched.
]]
---@generic T
Expand Down
Loading