Replies: 1 comment 4 replies
-
I've been meaning to say something similar! Also note that the headers have apparently inappropriate "extension" info (see screenshot). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found a problem in the web page about Lua filters.
The links to constructors don't work, because they are made lowercase.
For example, in the Pandoc type section, there's a link to the
pandoc constructor
, whosehref
is pointing to:https://pandoc.org/lua-filters.html#pandoc.pandoc
instead of
https://pandoc.org/lua-filters.html#pandoc.Pandoc
so the link doesn't work in the browser.
It would be also useful underlining, in the docs, that TableBody has no constructor and you instantiate one simply with a table having the
attr
(Attr
),body
(list ofRow
items),head
(list ofRow
items) androw_head_columns
(integer) fields.(I apologize for not making a PR fixing these issues)
Beta Was this translation helpful? Give feedback.
All reactions