remove-markdown
remove-markdown copied to clipboard
Fix html strip
Fixes #55
I think this will improperly parse extreme edge cases where an HTML tag has angle brackets in its attributes, for instance:
<div data-foo="<Hello world>">, but it's not a serious problem.
just wondering, will this be merged eventually?
this one feels dangerous