tommoor / slate-md-serializer

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

Change paragraph handling #6

Closed tommoor closed 6 years ago

tommoor commented 6 years ago

This change makes it so that empty lines are returned as empty paragraph objects. Although this isn't how we'd want it to work in HTML-land, for editors this makes more sense so that the space between paragraphs is editable.