voxpelli / webpage-webmentions

A hosted Disqus-like comment service that enables WebMention receiving on any kind of site
https://webmention.herokuapp.com/
MIT License
73 stars 14 forks source link

Fix invalid parsing of mention body #185

Open voxpelli opened 1 year ago

voxpelli commented 1 year ago

This post https://boffosocko.com/2022/08/03/55807818/ is getting its entire content as the mention in this page https://www.kevinmarks.com/memex.html

That should not be the case.

Fix by swapping to a more modern parser: #154