Skip to content

Commit 3072cb2

Browse files
committed
Add changelog entry for all these improvements
1 parent 6728fcf commit 3072cb2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

news/changelog-1.6.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ All changes included in 1.6:
4444
- Update to Reveal JS 5.1.0.
4545
- Support for a [Jump To Slide](https://revealjs.com/jump-to-slide/) menu to quickly navigate between slides. Set `jump-to-slide: false` to opt out.
4646
- Support for new [Scroll View](https://revealjs.com/scroll-view/) mode with configuration through new `scroll-view` revealjs's format configuration key. A new menu tool has been added to toggle scroll view mode on and off, associated with `R` key by default.
47+
- Styles improvements for Callouts in Revealjs:
48+
- SCSS variables can be used to customize the appearance of callouts in Revealjs. The following SCSS variables are available:
49+
- Border width and scale (`$callout-border-width`, `$callout-border-scale`)
50+
- Border colors (`$callout-color-note`, `$callout-color-tip`, `$callout-color-important`, `$callout-color-caution`, `$callout-color-warning`)
51+
- Margins (`$callout-margin-top`, `$callout-margin-bottom`)
52+
- Color for each callout type is now the same as in Bootstrap document `format: html`. This allows for consistent styling across formats. If you prefer other colors, you can override using the new SCSS variables
53+
- Icon for each callout type is now using SVG like in Bootstrap document `format: html`. This allows for consistent styling across formats.
54+
- Callouts looks better in slides made smaller and when containing code blocks.
55+
- To see how callouts looks like in revealjs, see this example: <https://examples.quarto.pub/revealjs-default-callouts-styles>
4756
- Prevent empty SASS built css file to be included in header.
4857
- Remove wrong `sourceMappingUrl` entry in SASS built css.
4958
- ([#7715](https://github.com/quarto-dev/quarto-cli/issues/7715)): Revealjs don't support anymore special Pandoc syntax making BulletList in Blockquotes become incremental list. This was confusing and unexpected behavior. Supported syntax for incremental list is documented at <https://quarto.org/docs/presentations/revealjs/#incremental-lists>.

0 commit comments

Comments
 (0)