aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2025-05-28 13:57:43 +0200
committerAlbert Krewinkel <[email protected]>2025-05-28 14:00:42 +0200
commitc92cc277f5703ffcb711424c47c8138d5e0fef28 (patch)
treecca719de4d6d1f570c46e5745b75ed1fb8a16960 /doc
parente6bd65ee19301311130ebadf01a2530a4100b461 (diff)
doc/lua-filters.md: add missing docs for `pandoc.Caption`
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md20
1 files changed, 20 insertions, 0 deletions
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]]]])`