Lua: add info on when functions became available in pandoc

This commit is contained in:
Albert Krewinkel
2023-03-19 13:44:59 +01:00
parent 07c56322c2
commit 7743c5287a
12 changed files with 112 additions and 35 deletions
+1
View File
@@ -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)