reveal.js in quarto: weird color behavior
I say weird, but it is probably just that I do not understand what is going on. I am using the code-fold option for some code. I want to change the color of the Code button that appears above the code (the clickable button to reveal the code). I can change the color of its background without any problem, but the color of the text itself is acting strangely.
Incremental blockquotes in revealjs Quarto
I would like to create multiple blockquotes incremental in a revealjs
Quarto presentation. Unfortunately when using ::: {.incremental}
does work when using >
blockquotes. Here is some reproducible code:
Incremental columns in revealjs quarto
I have a two column layout slide with some bullet points in revealjs
Quarto. Now I would like to incremental show the columns. This means first show the left column and next the right column. When we create columns we use .column
and for incremental we use .incremental
. Unfortunately we can’t combine these somehow:
Quarto presentation in R slide titels and table of contents
I have a quarto
/ revealjs
presentation in R
and like to fix my table of contents. Every (level 2) heading is translated into repeated bullet points in the TOC. How can I exclude some headings from the TOC? Or should I start new slides without heading?
Font Awesome doesn’t change bullet points in revealjs Quarto
I would like to use Font Awesomes to change my bullet points. I tried using the following code from this question which uses html in my revealjs Quarto presentation: