quarto-dev / quarto-dev/quarto-cli
ToC does not play well when sections are numbered
Open
Nobody has claimed this yet.
bug
crossref
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
When both toc: true and number-sections: true are set, the section number is added twice in the ToC, resulting in dead links when one clicks on them in the ToC.
Small reproducible example (running under quarto v0.9.566 and RStudio 2022.02.3 Build 492 on macOS Monterey)
---
title: "toc-gfm-numbered-sections"
author: "Aymeric Stamm"
format:
gfm: default
html: default
editor: visual
toc: true
number-sections: true
---
## H1
### Sub-H1
## H2
Checklist
- formatted your issue so it is easier for us to read?
- included a minimal, self-contained, and reproducible example?
- documented the quarto version you're running, by providing the output produced by
quarto checkin a terminal in your issue? - documented the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- documented which operating system you're running? If on Linux, please provide the specific distribution as well.
- upgraded to the latest version, including your versions of R, the RStudio IDE, and relevant R packages?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.