yourtempo / tempo-email-parser

MIT License
132 stars 14 forks source link

fix: don't replace the links in GitHub's emoji components #35

Closed leolabs closed 3 years ago

leolabs commented 3 years ago

This PR adds a fix to ensure that links inside of GitHub's g-emoji components aren't replaced. Autolinker has issues with recognizing it as an HTML tag and replaces the link inside of its fallback-src attribute with an anchor tag which breaks the processing afterwards.