From a0af1b5926e45c830f734883b909e733fd3c01cb Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 19 Dec 2021 09:17:54 +0100 Subject: Lua: change representation of TableHead, TableFoot, and Row values. The objects now also follow the principle that element attributes are accessible through the `.attr` field. Rows in `TableHead` and `TableFoot` are available via the `.rows` field. Row objects have a `.cells` field, containing the list of table cells. Closes: #7718 --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index 091031930..bc617093c 100644 --- a/cabal.project +++ b/cabal.project @@ -6,7 +6,7 @@ constraints: aeson >= 2.0.1.0 source-repository-package type: git location: https://github.com/pandoc/pandoc-lua-marshal - tag: 98e3de5087bb533fadbb89720f83f7f7cc3be5bf + tag: 45e53d9dce37d20f8e30e0d297a43c5b4c4a6831 source-repository-package type: git -- cgit v1.2.3