aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 14:07:41 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 17:24:50 +0100
commit3e7b46af642b205439e3dee52d805d738c4ad954 (patch)
tree0a98253ba5d07ae12bcc825dbc2e78694d9fa136 /doc
parent20eb8ac7fded0220278e8818a92968328f9014eb (diff)
downloadpandoc-3e7b46af642b205439e3dee52d805d738c4ad954.tar.gz
Switch to released pandoc-lua-marshal-0.1.2
Cell values are now marshaled as userdata objects; a constructor function for table cells is provided as `pandoc.Cell`.
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index fb13f4915..322833c46 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1769,6 +1769,15 @@ Fields:
: number of rows occupied by the cell; the height of the cell
(integer).
+`identifier`
+: alias for `attr.identifier` (string)
+
+`classes`
+: alias for `attr.classes` ([List] of strings)
+
+`attributes`
+: alias for `attr.attributes` ([Attributes])
+
### Citation {#type-citation}
Single citation entry