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 338 forks source link

Ticket #355 - Update marked #364

Closed zethussuen closed 9 years ago

zethussuen commented 9 years ago

Addresses #355

pending tests

zethussuen commented 9 years ago

Seems new marked version breaks exportFile. Returning:

Error: expected '<h1 id="foo">foo</h1>\n<h2 id="bar">bar</h2>\n' to equal '<h1>foo</h1>\n<h2>bar</h2>\n'