Skip to content
New issue

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

Docbook->AsciiDoc empty table entry outputs '[multiblock cell omitted]' #1245

Closed
msgilligan opened this issue Apr 14, 2014 · 0 comments
Closed
Milestone

Comments

@msgilligan
Copy link

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="",]
|=========================
|
|
|=========================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants