refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

markdown-editable exit state #282

Open rizplate opened 7 years ago

rizplate commented 7 years ago

If I change a div to markdown using javascript, how do I change the state back?

lodev09 commented 7 years ago

@toopay probably time to include a destroy method to the plugin

toopay commented 7 years ago

@lodev09 Can you elaborate?

olaj commented 6 years ago

Would be great to have a method that reverse the process and return the textarea to it's original state on blur for example.