-
Notifications
You must be signed in to change notification settings - Fork 2
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
color don't work in revealjs with quarto! #6
Comments
Hi nqt2022, |
Yes, the
|
Maybe it is due to some css from reveal.js? |
Maybe I need to extend the code to detect revealjs, or revealjs overrides
some css. Which version of quarto do you use?
…On Sun, 22 Oct 2023, 16.52 nqt2022 ***@***.***> wrote:
Yes, the example.qmd work very pretty for me.
in reveal.js, I see:
- the example is ok,
- but the color of each group (in your code) is default as "Feature:
default". I don't know change the color each groups
Thanks for the reply!
PS:
I use *Rstudio* for editor and compile file example.qmd!
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHIKA4LGTSBUJPXPMD2N3TYAUXLPAVCNFSM6AAAAAA6KZTOICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGEYTKNBZHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, I use quarto version |
I see you create for pdf, html.
I use revealjs in quarto for create slide html.
I want to use your _extension with color [948bde, 584eab] for "Theorem" in revealjs with quarto. But color "Theorem" is default!
How you can?
my YAML:
groups:
thmlike:
colors: [948bde, 584eab]
boxstyle: foldbox.simple
collapse: false
listin: [mathstuff]
todos: default
classes:
Theorem:
group: thmlike
revealjs:
Thanks
The text was updated successfully, but these errors were encountered: