quarto-dev / quarto-dev/quarto-cli
RevealJS `reference-location: section` does not number correctly
Aperta
@cderv ci sta già lavorando.
Dal 1/2/2024.
bug
revealjs
- Lingua principale
- JavaScript
- Stelle
- 6k
- Fork
- 458
- Merge medio
- 1g 9h
- PR unite (30g)
- 41
Descrizione
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/8534
---
title: test
format:
revealjs:
center: true
reference-location: section
---
## Slide 1
- bullet one
- bullet two^[first footnote]
- This is the third bullet
## Slide 2
more test text here^[second footnote]
This leads to wrong numbering
Either this is an issue, or we should just disallow reference-location: section as I am not sure it makes sense in revealjs context
For context, we do special processing for footnotes in format-reveal.ts when not set to document level. So probably there to handle it correctly.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.