photogabble / eleventy-plugin-interlinker

Adds wikilink and wikilink embed support with tracking of backlinks.
https://photogabble.co.uk/projects/eleventyjs-interlink-plugin/
MIT License
17 stars 1 forks source link

BUGFIX: Do not parse anchor tags within code blocks #64

Closed carbontwelve closed 3 weeks ago

carbontwelve commented 3 weeks ago

This PR fixes #53 via using JSDOM to parse anchor tags within an HTML document excluding those within <pre> or <code> blocks as well as any that do not begin their href attribute with a forward slash (/).