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 backend outputs incorrect table column numbers #391

Closed
ndw opened this issue Oct 28, 2015 · 4 comments
Closed

DocBook backend outputs incorrect table column numbers #391

ndw opened this issue Oct 28, 2015 · 4 comments

Comments

@ndw
Copy link

ndw commented Oct 28, 2015

Testing

|===
2+| Span
| Column | Column
| Column | Column
| Column | Column
|===

translates (in part) into:

<informaltable frame="all" rowsep="1" colsep="1">
<tgroup cols="2">
<colspec colname="col_1" colwidth="50*"/>
<colspec colname="col_1" colwidth="50*"/>
<tbody>
...

Note that colname="col_1" appears twice.

@ndw
Copy link
Author

ndw commented Oct 28, 2015

Actually this may be a bug in all the back ends, I saw it first in AsciiDoctorJ which I have integrated into my XML toolchain, but the ordinary asciidoctor command line tool exhibits the same bug.

@mojavelinux
Copy link
Member

This is definitely an issue in Asciidoctor core. I've figured out a fix. Could you reopen in that repository?

@ndw
Copy link
Author

ndw commented Oct 29, 2015

Moved: asciidoctor/asciidoctor#1556 .

@ndw ndw closed this as completed Oct 29, 2015
@mojavelinux
Copy link
Member

Thanks Norman!

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