Open luxaritas opened 6 years ago
Seems like we either need to move to a different library (which I think is good either way) or disable text replacement altogether to fix this
I think it should be possible to just turn this specific replacement off in markdownit - I'm not sure why a different library would be better.
Because markdown-it replaces everything at once, without a rule for each replacement. We could fork it, but we might want to switch to a vue-based library either way; IDK though.
We're talking about using DOMPurify + Marked elsewhere, so it might make sense to switch to Marked for consistency
Er, DOMPurify + Marked with DOMPurify set to remove all HTML
It messes with dot bracket notation