Feature Request: Custom TOC Location #11927
bakaburg1
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I think this would need to be handled in Pandoc; there is a long-standing issue at jgm/pandoc#1612. |
Beta Was this translation helpful? Give feedback.
1 reply
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
Current Behavior: The table of contents (TOC) is currently restricted to either being placed automatically at the top of the document or in a sidebar. If a user wants to put the TOC somewhere else, he/she needs to edit the underlying template.
Proposed Feature: Allow manual placement of the TOC anywhere in the document, similar to how references can be placed using the
{#refs}
div.Implementation Suggestion:
This would allow users to:
Use Cases:
Technical Details:
The feature should respect all existing TOC configuration options from the YAML header while only changing the location where the TOC is rendered in the final document.
Further development: Sub-section TOCs
Beta Was this translation helpful? Give feedback.
All reactions