From c92cc277f5703ffcb711424c47c8138d5e0fef28 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 28 May 2025 13:57:43 +0200 Subject: doc/lua-filters.md: add missing docs for `pandoc.Caption` --- doc/lua-filters.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc') diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 0c2a7dfcd..b6dcb2c4d 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -3275,6 +3275,26 @@ Returns: - new Attr object ([Attr]) +### Caption {#pandoc.Caption} + +`Caption ([long[, short]])` + +Creates a new Caption object. + +Parameters: + +`long` +: full caption ([Blocks]) + +`short` +: short summary caption ([Inlines]) + +Returns: + +- new Caption object ([Caption]) + +*Since: 3.6.1* + ### Cell {#pandoc.Cell} `Cell (blocks[, align[, rowspan[, colspan[, attr]]]])` -- cgit v1.2.3