tommoor / slate-md-serializer

A Markdown serializer for the Slate editor framework
MIT License
64 stars 36 forks source link

Properly escape greater than sign (blockquote) #23

Open golmansax opened 5 years ago

golmansax commented 5 years ago

This is so that HTML is not improperly escaped.

golmansax commented 5 years ago

Also added exclamations to this pull

tommoor commented 5 years ago

slick, will test out and get this landed soon.

I had a small go at another approach to this problem the other day but didn't get too far yet – I wanted to use the existing regex rules somehow so that we're not having to redefine them in this util

golmansax commented 5 years ago

Adding parenthesis escaping to this