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

FEATURE: Add escaping for hash links #32

Closed carbontwelve closed 4 months ago

carbontwelve commented 4 months ago

This PR adds the ability to escape the # in a page reference when using the wikilinks. For example [[My thoughts on the /#C Progamming Language]] will correctly link to the page titled My thoughts on the #C Progamming Language instead of attempting to link to the C Progamming Language language of a page titled My thoughts on the.

I'm unsure if this PR solves #31.