asciidoctor / asciidoctor-leanpub-converter

A backend for AsciidoctorJ to generate Leanpub-flavoured Markdown
Apache License 2.0
16 stars 9 forks source link

Don't duplicate cells when colspan is used in tables #39

Closed ysb33r closed 9 years ago

ysb33r commented 9 years ago

Leanpub does not support colspan (It can do HTML colspan for Epub & Mobi, but not PDF). We should render the text in the first column and leave the other blank.

We should not duplicate the text in all three columns. (This might be related to asciidoctor/asciidoctorj#345).