We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain the problem.
$ echo '<div></div>' | pandoc -L <(echo 'function Div(_) return {pandoc.Table({long={}}, {}, {{}, {}}, {}, {{}, {}}, {})} end') <table> </table> $ echo '<div></div>' | pandoc -L <(echo 'function Div(_) return {pandoc.utils.from_simple_table(pandoc.SimpleTable({}, {}, {}, {}, {}))} end') <table> <caption></caption> <tbody> </tbody> </table>
Notice how the SimpleTable API results in an empty caption and an empty tbody. I would expect there to be some checks to omit these if they are empty.
SimpleTable
Pandoc version? pandoc 2.16.2 on Linux
The text was updated successfully, but these errors were encountered:
fbd2c8e
Thanks for the report.
Sorry, something went wrong.
No branches or pull requests
Explain the problem.
Notice how the
SimpleTable
API results in an empty caption and an empty tbody. I would expect there to be some checks to omit these if they are empty.Pandoc version?
pandoc 2.16.2 on Linux
The text was updated successfully, but these errors were encountered: