how to set opthions if i want to use toc
Here are the available options: https://marked.js.org/#/USING_ADVANCED.md#options
There is no option for easily making a toc but you can make one manually by enabling headerIds and creating links at the top of the document.
Related issues that might have some additional solutions:
closing in favor of #545
Most helpful comment
Here are the available options: https://marked.js.org/#/USING_ADVANCED.md#options
There is no option for easily making a toc but you can make one manually by enabling
headerIdsand creating links at the top of the document.