Environment
Node version: v17.0.1
OS/version: Mac OS 11.6 Big Sur
Eleventy
Eleventy version: 0.12.1
Template engine: Nunjucks
Plugin
Plugin module version: 1.1.0
Description of the issue
PluginTOC renders everything inside the h(n) tag. Markdown-it generates permalinks by placing an a tag inside the h(n) tag.
Desired output
PluginTOC renders the text content of the h(n) tag and ignores any other markup inside it.
Environment
Node version:
v17.0.1OS/version:
Mac OS 11.6 Big SurEleventy
Eleventy version:
0.12.1Template engine:
NunjucksPlugin
Plugin module version:
1.1.0Description of the issue
PluginTOC renders everything inside the
h(n)tag. Markdown-it generates permalinks by placing anatag inside theh(n)tag.Desired output
PluginTOC renders the text content of the
h(n)tag and ignores any other markup inside it.