mnelson4 / printmyblog

WordPress Plugin that simplifies printing your entire blog
GNU General Public License v3.0
16 stars 6 forks source link

Non-globally-unique anchor links get confused #351

Open mnelson4 opened 2 years ago

mnelson4 commented 2 years ago

If two posts have a block with ID "linkhere", and a link to it, and they're both included in the same project, links to them will get confused. Anchor links should prioritize linking to anchors in their own post; but if none exists, it's OK to link to an anchor in a different post. The best algorithm for this eludes me at the moment...