avoid double-escaping special characters
lukebaker opened this issue · 4 comments
lukebaker commented
Example used on demo https://www.mapbox.com/mdast-react/:
console.log('&, <, >, ", \', and `');
results in:
console.log('&, <, >, ", \', and `');
lukebaker commented
Looking good. Thanks!
bebraw commented
@lukebaker Safe to close?