We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 width adjustments don't seem to work anymore. The following widths all render the same:
[cols="a,a,a"] (should be auto width)
[cols="a,a,a"]
[cols="1a,1a,2a"] (relative, third col is twice as wide as first two)
[cols="1a,1a,2a"]
[cols="25%a,25%a,50%a"] (same as previous, but explicitly with percentages)
[cols="25%a,25%a,50%a"]
[cols="3*a"] (three equal width columns)
[cols="3*a"]
It results in a degraded user experience when the content becomes unreadable due to the inability to adjust columns. e.g.
The asciidoctor preview tool works as expected, but the asciibinder build does not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The asciidoctor preview tool works as expected, but the asciibinder build does not.
The text was updated successfully, but these errors were encountered: