-
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
Missing asciidoc / asciidoctor CSS for specific markup features #77
Comments
@mojavelinux how do you achieve this with bespoke? I don't see any CSS in the back-end. |
@obilodeau I haven't covered all the CSS there yet either. ...but then again, if someone is using the kbd macro in a presentation, I really have to question why ;) I'd only find it acceptable for making a slideument. In which case, I might have a dedicated slideument theme. |
This should now be really easy to fix. Just add relevant CSS there: https://github.com/asciidoctor/asciidoctor-reveal.js/blob/master/templates/asciidoctor_revealjs.css.slim Pull Requests welcome! |
Added a ref to #276 in the top description. |
Tables and |
I want to use If I'm not mistaken, In Asciidoctor, list bullet suppression is done using |
Thanks for reporting, I added it to the list at the top of this issue.
I don't think it should be the case since reveal.js supports fragments on different HTML items. Can you create a simple one-slide document demonstrating the issue and file a new issue with it please? |
Sure, reported as #347. |
I'd like to work on this issue but I need to know what visual result you'd want to achieve for the quotes. For block quotes Asciidoctor displays only an opening quotation mark by default whereas reveal.js use nothing by default, and in its demo presentation they have an opening and a closing quotation mark (which is obtained by manually adding the quotation marks directly in the presentation content, it's not done with CSS): So what should asciidoctor-reveal.js do? |
I think that the default style provided by reveal.js is intentionally limited.
Yikes!
Not sure, I think the current output is decent. Still, I think it's important to provide a default style that looks great. |
So for this issue I should just deal with the |
Yes 👍🏻 |
For example, while asciidoctor supports the
kbd:[F1]
macro and we do the proper rendering in this back-end, since reveal.js doesn't have the CSS for that feature, the kbd macro does nothing on the visual output.There are several things unsupported. Let's track them here:
.unstyled
role to create lists without bulletsThe text was updated successfully, but these errors were encountered: