tommoor / slate-md-serializer

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

">>>" Error #8

Open signalwerk opened 6 years ago

signalwerk commented 6 years ago

Hi I'm playing with your implementation and I noticed if I parse the md-text >>> I get an error. This was basically an entry error and it doesn't make much sense, but still the process should not break. In theory it should parse as a blockquote in a blockquote in a blockquote (I guess).

tommoor commented 6 years ago

Thanks for filing, it's a weird one - the error seems to be in Slate itself so I'm having some trouble tracking down what's causing it.

It's definitely the case that this library is designed to work best when it is in control of both the serialization and deserialization. I'm sure there are quite a lot of edge cases of badly nested markdown that could cause failures unfortunately.