Add {.scrollable} to slide title and numbered lists greater than 9 show only the one's digits. In a qmd file add to a slide a list of items 1-15. They can be number with just 1., 1., 1. or 1. 2. 3. But once it gets to 10, the rendered output with reveal.js only show the last single digit.
## Slide title {.scrollable}
1.
1.
...
1.
1.
(workaround is to use "- 10.")
Add {.scrollable} to slide title and numbered lists greater than 9 show only the one's digits. In a qmd file add to a slide a list of items 1-15. They can be number with just 1., 1., 1. or 1. 2. 3. But once it gets to 10, the rendered output with reveal.js only show the last single digit.
(workaround is to use "- 10.")