I am preparing a presentation in a quarto *.qmd file, with output format as reveal.js. In the code editor I can collapse each slide (clicking on the sidebar of row numbers). But this works only up to slide 18. On that slide, the collapse includes all the remaining slides to the end of the presentation. As if Positron stops recognizing the ## markdown slide separator.
If I open the same *.qmd in RStudio, I can collapse each slide separately, as expected.
Any suggestions how to revert to the expected "slide-by-slide" collapse are welcome.
Hi @julia , thanks for responding.
I went thru my qmd file again, no newlines missing.
Below is a sample qmd that shows the same funny behaviour. I can collapse all slides in the code editor individually up to 21. Then collapsing 21 "takes" all the remaining slides and collapses them together as one.
This does not affect the compiled reveal.sj html, BTW. The final slides appear as expected. The prob is only in the code editor.