mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Lua: add info on when functions became available in pandoc
This commit is contained in:
@@ -159,6 +159,7 @@ local function render_function (doc, level, modulename)
|
||||
.. List{paramlist}
|
||||
.. List(#doc.results > 0 and {Para 'Returns:'} or {})
|
||||
.. render_results(doc.results)
|
||||
.. Blocks(doc.since and {Para{Emph{'Since: ' .. doc.since}}} or {})
|
||||
end
|
||||
|
||||
local function render_field (field, level, modulename)
|
||||
|
||||
Reference in New Issue
Block a user