Lua filter doc: fix description of Code.text
This commit is contained in:
parent
73afce113b
commit
05efa5a0e6
2 changed files with 2 additions and 2 deletions
|
@ -487,7 +487,7 @@ M.Cite = M.Inline:create_constructor(
|
|||
|
||||
--- Creates a Code inline element
|
||||
-- @function Code
|
||||
-- @tparam string text brief image description
|
||||
-- @tparam string text code string
|
||||
-- @tparam[opt] Attr attr additional attributes
|
||||
-- @treturn Inline code element
|
||||
M.Code = M.Inline:create_constructor(
|
||||
|
|
|
@ -953,7 +953,7 @@ Lua functions for pandoc scripts.
|
|||
Parameters:
|
||||
|
||||
`text`:
|
||||
: brief image description
|
||||
: code string
|
||||
|
||||
`attr`:
|
||||
: additional attributes
|
||||
|
|
Loading…
Add table
Reference in a new issue