-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
enhancementNew feature or requestNew feature or requestrevealjsIssues with the revealjs formatIssues with the revealjs format
Milestone
Description
From discussion in #4755
html
format support some variables for callout (https://quarto.org/docs/output-formats/html-themes.html#callouts)- This is because it is part of bootstrap SCSS file that we compile (
- For revealjs, this is just a
<style>
node that we insert in header of document (https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/html/styles-callout.html)
We should make that part of the default theme for revealjs, so that it is compile as a SASS theme, and variables can also be used (see #4755 (comment) by @EllaKaye)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrevealjsIssues with the revealjs formatIssues with the revealjs format