Replies: 1 comment 2 replies
-
I don't know if this is by design, but I think this design makes sense. If we allow to hide a numbered section, then we either get a skipped number in the TOC (which is weird), or we get a repeated number in the headings themselves (the "unlisted" one and the next). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Take the following document:
-> all sections are hidden from the TOC.
Now, enable
number-sections
:-> nothing is hidden from the TOC.
From the documentation we can see:
source: https://quarto.org/docs/output-formats/html-basics.html#table-of-contents
This means that Quarto does not allow to hide a numbered section from the TOC.
Hiding a section from the TOC means that the section must be unnumbered.
Beta Was this translation helpful? Give feedback.
All reactions