You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).The text was updated successfully, but these errors were encountered: