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'd like to add remark-slug as a plugin so that the headers on the website get auto-linked.
## My Heading
gets turned into:
<h2id="my-heading">My Heading</h2>
This will allow us to add a potential Table of Contents and also provide jumplinks if need be. I feel that this necessary on pages with a lot of scrolling content like the awards page.
Reasoning
I'd like to add remark-slug as a plugin so that the headers on the website get auto-linked.
## My Heading
gets turned into:
This will allow us to add a potential Table of Contents and also provide jumplinks if need be. I feel that this necessary on pages with a lot of scrolling content like the awards page.
Another option if we don't want to use remark-slug and instead pseudo roll-our-own: override the headings and provide our own component
The text was updated successfully, but these errors were encountered: