fix: 🐛 add transform so prevent generation of invalid markup
Occasionally, WebC components in Markdown cause unintended paragraph tags to appear in places which produce invalid markup and break styling
This commit is contained in:
parent
db8cf3f93c
commit
23c06bcd3a
3 changed files with 243 additions and 5 deletions
|
@ -16,6 +16,7 @@
|
|||
"@11ty/eleventy": "^3.1.1",
|
||||
"@11ty/eleventy-img": "^6.0.4",
|
||||
"@11ty/eleventy-navigation": "^1.0.4",
|
||||
"@11ty/eleventy-plugin-webc": "^0.11.2"
|
||||
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
||||
"html-minifier-terser": "^7.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue