tommoor / slate-md-serializer

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

Parse image as a block instead of inline #7

Open drewler opened 6 years ago

drewler commented 6 years ago

Parsing an image as an inline element prevents it from showing up when running slate-md-serializer@3.0.3 with:

With this patch, it will be considered a block instead.