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

Support for nested tables #413

Closed
tobiaskn opened this issue Mar 22, 2016 · 2 comments
Closed

Support for nested tables #413

tobiaskn opened this issue Mar 22, 2016 · 2 comments

Comments

@tobiaskn
Copy link

tobiaskn commented Mar 22, 2016

This seems to be related to #6 but is specific for nested tables.

When embedding a table within a table cell (using the AsciiDoc style for the column) it renders just fine as HTML but in PDF the inner table is output as raw text.

Example:

[cols="d,a",options="header"]
|===
| Name
| Additional Information

| Flags
|
// Nested table
.Bit Field
[cols="d,d",options="header"]
!===
! Bit
! Name

! 1
! Entry valid

! 2
! Date valid

!===
|===

Would the current work on #6 also lead to support for nested tables or has it to be tackled separately?

@mojavelinux
Copy link
Member

I want to say yes, solving #6 will pave the way to solving this problem, but that's just an educated guess. However, this is low priority atm given the other problems we still need to solve. My hope is that we sort of "get it for free" by fixing #6 properly. If not, it's going to be hard for me to justify working on it.

@mojavelinux
Copy link
Member

This was implemented when #6 was implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants