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
---title: "My Title"format: revealjseditor: sourcetoc: true---## Section 1
Slide 1 of section 1. Should show up in the TOC as a bullet point.
---
Slide 2 of section 1. Should **not** show up in the TOC as a bullet point.
## Section 2
Slide 1 of section 2. Should show up in the TOC as a bullet point.
The second slide should not be in TOC
This was supposed to be fixed in #3671 but it is incompleted because it does not handle --- as slide delimiter.
The second slide should not be in TOC
This was supposed to be fixed in #3671 but it is incompleted because it does not handle
---
as slide delimiter.quarto-cli/src/format/reveal/format-reveal.ts
Lines 582 to 593 in a2a22e5
Empty bullet point as no empty href
<a>
element...I think we can check for empty
textContent
on theul > li
directly and remove if no text.The text was updated successfully, but these errors were encountered: