You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to enable with_toc_data, so that I can link to specific sections. However the ID of a section could in theory collide with an id that already exists in the layout or other parts of the page. How can I prevent that?
Is it possible to optionally add a prefix to the IDs generated by with_toc_data ?
Example:
Title: My Example Section
Current: #my-example-section
Expected: #blog-my-example-section or #docs-my-example-section
The text was updated successfully, but these errors were encountered:
I would like to enable
with_toc_data
, so that I can link to specific sections. However the ID of a section could in theory collide with an id that already exists in the layout or other parts of the page. How can I prevent that?Is it possible to optionally add a prefix to the IDs generated by with_toc_data ?
Example:
#my-example-section
#blog-my-example-section
or#docs-my-example-section
The text was updated successfully, but these errors were encountered: