-
-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Description
Rather than rely on template language specific plugins for id
attributes, a la this one https://www.npmjs.com/package/markdown-it-anchor we can instead make use of the existing posthtml infrastructure used by the HTML base plugin and the input path to URL plugins to add an id
attributes to content.
This then pairs nicely with a web component to add anchors to headings for the UX piece, a la @daviddarnes’ https://github.com/daviddarnes/heading-anchors
xplosionminddaviddarnes, d3v1an7, rdela, alexmensch, custom-dev-tools and 2 morexplosionmind