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.
It was my error! The problem is that there was not the textarea with the name that I defined in the configuration. Console message: TypeError: t._textareaElement is null. Sorry!
If I define the
textarea
option, then the browser keep showing the loading page icon.It's happens on Chrome and Firefox.
I don't know if this is the normal behavior.