Replies: 1 comment
-
Without an actual example of a Quarto document, I am not completely sure what you are talking about ... See https://quarto.org/docs/reference/formats/html.html#table-of-contents for the |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like the HTML left sidebar to show also the second level section collapsible, like
Currently i only get the first level sections, the rest appears in the table of contents at the right. Is something like this possible?.
According to the docs the HTML format should support more or less the same functionality as the Website format which allows to create arbitrary hierarchies in the left sidebar. However, the
contents
attribute insidebar
is ignored.An alternative to this would be numbering sections to depend on top level parts. For example:
which is more or less the same thing i mentioned earlier but using parts as top level.
Is this possible?.
Beta Was this translation helpful? Give feedback.
All reactions