hanford / remark-slate

Remark plugin to compile Markdown as a slate 0.50+ compatible object.
155 stars 42 forks source link

Add new line to Decendants of ListItem that are leafNodes #58

Closed newtmex closed 2 years ago

newtmex commented 2 years ago

When decendants of ListItem is a LeafNode, serialize outputs a value that cannot be deserialized back to valid listItems.

This PR fixes that.

hanford commented 2 years ago

@newtmex Could you add a test for this?

newtmex commented 2 years ago

@hanford Please see the test added. Thanks.

hanford commented 2 years ago

Live in v1.8.6!

newtmex commented 2 years ago

Thanks