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

column formatting specifications not respected #184

Open
jldohmann opened this issue Oct 16, 2023 · 0 comments
Open

column formatting specifications not respected #184

jldohmann opened this issue Oct 16, 2023 · 0 comments

Comments

@jldohmann
Copy link

Column width adjustments don't seem to work anymore. The following widths all render the same:

  • [cols="a,a,a"] (should be auto width)

  • [cols="1a,1a,2a"] (relative, third col is twice as wide as first two)

  • [cols="25%a,25%a,50%a"] (same as previous, but explicitly with percentages)

  • [cols="3*a"] (three equal width columns)

It results in a degraded user experience when the content becomes unreadable due to the inability to adjust columns. e.g.
Screenshot 2023-10-16 at 12 37 15 PM copy

The asciidoctor preview tool works as expected, but the asciibinder build does not.

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

1 participant