-
Notifications
You must be signed in to change notification settings - Fork 188
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
Tables do not listen to "grid" and "frames" options #29
Comments
Also... I hope I'm not being too annoying. I'm really enjoying using this backend, and its really useful - there aren't many presentation options out there that are 1) portable, 2) easy, 3) can handle math even inline, and 4) can handle videos. This can do that, which makes it pretty impressive! Thank you for making this work! |
Please don't think that. We need motivated developers like yourself to keep this moving forward! Thanks! |
Don't forget charts! See https://github.com/asciidoctor/asciidoctor-extensions-lab/blob/master/lib/chart-block-macro.rb (we still need to integrate it into the backend, but the work to create it has been done). |
What we need to do is inject common CSS for styling AsciiDoc components into the output so that features such as table alignment and borders work regardless of which theme you are using. Ideally, the Asciidoctor stylesheet factory should be able to produce this common CSS, but for now we can assemble it manually to get it working. |
This will be part of our upcoming 3.0.0 release. |
Try this with
asciidoctor
with and without this backend:[grid="all",frame="all",options="header"] |========================== | Test | Test 2 | Test 3 | More | Again | And again |==========================
The grid and frame shows up for regular asciidoctor, but not with reveal.js. It seems that there are some classes missing:
Those rules show up in the regular asciidoctor document, but not the asciidoctor-reveal.js one.
The text was updated successfully, but these errors were encountered: