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

BUG: do not parse wikilinks existing within pre or code tags #53

Open carbontwelve opened 5 months ago

carbontwelve commented 5 months ago

Where I have some wiki link examples within my blog I am seeing the interlinker error on parsing them, going so far as to throw an error due to both the "linked" page and identified resolving function not existing.

image