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
230
230
--- @return pandoc.TableFoot
231
231
function pandoc .TableFoot :clone () end
232
232
233
-
234
-
235
233
--[[
236
234
The head of a table
237
235
]]
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ distinction is made between input and output; an extension can
11
11
have an effect when reading a format but not when writing it, or
12
12
*vice versa*.
13
13
]]
14
-
15
14
--- @param format string Format name
16
15
--- @return pandoc.FormatExtensions
17
16
function 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
8
8
Entry items; throws an error if the given string cannot be decoded
9
9
into an archive.
10
10
]]
11
-
12
11
--- @param bytestring_or_entries string | pandoc.zip.Entry[]
13
12
--- @return pandoc.zip.Archive
14
13
function pandoc .zip .Archive (bytestring_or_entries ) end
You can’t perform that action at this time.
0 commit comments