EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
This occurs correctly in chrome/FF, but the last step does not work in IE10 on the current master (epiceditor.com). Haven't tested IE9, but I suspect it's the same.
This also causes the editor to not emit "update" when new lines are added to the end of the document, which is breaking my current autogrow implementation.
This occurs correctly in chrome/FF, but the last step does not work in IE10 on the current master (epiceditor.com). Haven't tested IE9, but I suspect it's the same.
This also causes the editor to not emit "update" when new lines are added to the end of the document, which is breaking my current autogrow implementation.