OscarGodson / EpicEditor

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.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

This is document fix. Try-it unload button css style height fix. #310

Closed sagarjunnarkar closed 10 years ago

sagarjunnarkar commented 10 years ago

When we unload after Try-it, the textarea disappears but the height is not removed. So Text below textarea should come up after unloading.

OscarGodson commented 10 years ago

Thanks!