From 3e7b46af642b205439e3dee52d805d738c4ad954 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 10 Dec 2021 14:07:41 +0100 Subject: 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`. --- doc/lua-filters.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3