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.
EpicEditor is great, but I can't get a border to show properly, which I would like since I'm using the light theme on a light backgroud. In styles.css:
I had to add padding to the right side for the editor not to exceed the border, but I can't fix the same problem in the same way on the bottom border. padding-bottom here has no visible effect. My page is http://fps-vogel.github.io/maccer/. Thanks.
EpicEditor is great, but I can't get a border to show properly, which I would like since I'm using the light theme on a light backgroud. In styles.css:
I had to add padding to the right side for the editor not to exceed the border, but I can't fix the same problem in the same way on the bottom border. padding-bottom here has no visible effect. My page is http://fps-vogel.github.io/maccer/. Thanks.