hanford / remark-slate

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

Add support to serialize slate tree to remark tree #41

Open yogevlahyani opened 3 years ago

yogevlahyani commented 3 years ago

Currently there is a limited options to serialize slate tree to md only using the serialize function exported for javascript without the option to use remark to convert to remark Syntax tree.

Another good option is to be able to use remark to serialize slate to markdown and then to remark syntax tree.