Open donatellofang opened 4 years ago
This is currently not possible from the editor itself, and building this function would be a lot of work.
You can extract the context of the editor using either easyMDE.value()
for the markdown or easyMDE.markdown(easyMDE.value())
for the HTML. You can then convert and export this to any format you desire.
@Ionaru Appreciate the look... That should work,I'll try my best to get it.
Like the export function in dillinger .I search a markdown plugin ,easy markdown editor can't include it.