File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
src/resources/lua-types/pandoc Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,6 @@ Make a clone
230230--- @return pandoc.TableFoot
231231function pandoc .TableFoot :clone () end
232232
233-
234-
235233--[[
236234The head of a table
237235]]
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ distinction is made between input and output; an extension can
1111have an effect when reading a format but not when writing it, or
1212*vice versa*.
1313]]
14-
1514--- @param format string Format name
1615--- @return pandoc.FormatExtensions
1716function pandoc .format .all_extensions (format ) end
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Reads an *Archive* structure from a raw zip archive or a list of
88Entry items; throws an error if the given string cannot be decoded
99into an archive.
1010]]
11-
1211--- @param bytestring_or_entries string | pandoc.zip.Entry[]
1312--- @return pandoc.zip.Archive
1413function pandoc .zip .Archive (bytestring_or_entries ) end
You can’t perform that action at this time.
0 commit comments