You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ack, this is a side effect of Linkify – our fun and invasive experiment that mutates DOM 🙃
[note to self] fix for this:
a) linkify should just ignore <pre> blocks (high now we only ignore styled ones, but it is not enough)
b) linkify should not run on if content-type is text/plain (sample)
c) linkify should not wrap false-positives in a <span> – we already cache IPFS validation in a map per page, so its safe to do it every time DOM chunk with false-positive is mutated
I'm currently on the beta version 2.4.2.10500 (9424acc)
Partial hashes seem to render incorrectly. I noticed the body of one of my emails looked wrong with this string
it's rendering like this in Gmail
and as
![untitled](https://user-images.githubusercontent.com/13862850/43141984-53659f72-8f25-11e8-94b5-59996afcf5b3.png)
when viewed as a txt file
The text was updated successfully, but these errors were encountered: