tommoor / slate-md-serializer

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

Parsing without stripping markup #32

Closed oskanberg closed 5 years ago

oskanberg commented 5 years ago

Is it possible to use this parser without stripping relevant markdown characters? i.e. _this_ becomes _this_, instead of this.

tommoor commented 5 years ago

Afraid not, that’s not the way it’s designed to work. I think that would be quite tricky to implement but feel free to use this project as a base!

oskanberg commented 5 years ago

Okay, thanks for the speedy reply @tommoor.