You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im here to report that in quarto presentation, header level 3 (### Title) has a weird behavior:
It sticks to other slides after, on the same position it was placed on the slide it was written to.
It's behavior is not overriden by css rules (I was creating a template when found this, coloring all text to white, and it does for everything but header level 3).
Below I provide a simple example using a raw initalized slide, quarto check, and rstudio session info for reproductibility.
Cheers!
PS:
Here I provide an example of a rule changing slide behavior (You don't need to apply it to see thw weir behavior, just to check the rule will transform every other text but header level 3.)
´´´´´(css)
.theme-title1 {
color: white; /* Ensures all text is white /
background-color: black; / Automatically adjusts text for contrast /
mix-blend-mode: difference; / Adjusts color contrast dynamically */
}
´´´´´
Steps to reproduce
---
title: "Quarto presentation to test weird level 3 header (### Title) behavior"
format: revealjs
---# One level 1 slide
asdfasdas
## a level 2 slide
sdfkjsdfsd
# A level 1 slide
sdfsd
### With level 3 content (written on slide 3)## Will it stick on this fourth level 2 slide ?
sdfdsafsd
### another header 3## Are level 3 headers stuck on this blank level 2 header slide?## Quarto
Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see <https://quarto.org/docs/presentations/>.
## Bullets
When you click the **Render** button a document will be generated that includes:
- Content authored with markdown
- Output from executable code
## Code
When you click the **Render** button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:
(end of quarto)
Expected behavior
Expected behavior for level 3 header (### Title): Same as all other markdown text; also modifed when a css rule changes text behavior.
Actual behavior
When you write a header 3 (### subtitle) on a level 1 slide (# Slide title & initiation), it sticks on the same position for next slides. I also couldn't override this default behavior through css, which changed all other text behavior BUT header level 3.
quarto check
Quarto 1.5.57
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.5.57
Path: C:\Program Files\RStudio\resources\app\bin\quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Tex: (not detected)
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....(None)
Unable to locate an installed version of Pytho
n 3.
Unable to locate an installed version of Python 3.
Install Python 3 from https://www.python.org/downloads/
[>] Checking R installation...........OK
Version: 4.4.1
Path: C:/PROGRA~1/R/R-44~1.1
LibPaths:
- C:/Users/Eamendezh/AppData/Local/R/win-library/4.4
- C:/Program Files/R/R-4.4.1/library
knitr: 1.48
rmarkdown: 2.28
[>] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered:
E-Mendez
changed the title
Quarto presentation: header level 3 sticks to next slides, it also overrides text position and other modifications via css rules
Quarto presentation: header level 3 (### titles) sticks to next slides, it also overrides text position and other modifications via css rules
Nov 22, 2024
Bug description
Hello Quarto!
Im here to report that in quarto presentation, header level 3 (### Title) has a weird behavior:
Below I provide a simple example using a raw initalized slide, quarto check, and rstudio session info for reproductibility.
Cheers!
PS:
Here I provide an example of a rule changing slide behavior (You don't need to apply it to see thw weir behavior, just to check the rule will transform every other text but header level 3.)
´´´´´(css)
.theme-title1 {
color: white; /* Ensures all text is white /
background-color: black; / Automatically adjusts text for contrast /
mix-blend-mode: difference; / Adjusts color contrast dynamically */
}
´´´´´
Steps to reproduce
Expected behavior
Expected behavior for level 3 header (### Title): Same as all other markdown text; also modifed when a css rule changes text behavior.
Actual behavior
When you write a header 3 (### subtitle) on a level 1 slide (# Slide title & initiation), it sticks on the same position for next slides. I also couldn't override this default behavior through css, which changed all other text behavior BUT header level 3.
Your environment
Session info (rstudio)
Quarto check output
My quarto check
The text was updated successfully, but these errors were encountered: