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
I'm using pandoc version 1.12.3.3. The command used is:
pandoc entry-empty.xml -f docbook -t asciidoc --atx-headers --base-header-level=2 -s -o entry-empty.adoc
The input contains:
<informaltable> <tgroup cols="1"> <tbody> <row> <entry></entry> </row> <row> <entry/> </row> </tbody> </tgroup> </informaltable>
The actual output is:
[cols="",] |========================= |[multiblock cell omitted] |[multiblock cell omitted] |=========================
The expected output is:
[cols="",] |========================= | | |=========================
The text was updated successfully, but these errors were encountered:
fde52c2
No branches or pull requests
I'm using pandoc version 1.12.3.3. The command used is:
The input contains:
The actual output is:
The expected output is:
The text was updated successfully, but these errors were encountered: