toptensoftware / markdowndeep

Open-source implementation of Markdown for C# and Javascript
268 stars 120 forks source link

Added "preview" option to MarkdownDeepEditorUI #36

Closed sfmskywalker closed 10 years ago

sfmskywalker commented 10 years ago

This pull request adds a "preview" option to the MarkdownDeepEditorUI javascript class. I have a use case scenario where I don't want to render the preview div, and it's a non-breaking change so I think it is a good addition.

Please note that I used Web Essentials to minify the scripts, because I am unfamiliar with MiniME. If you don't like that, may I ask that you take care of just taking the changes made to MarkdownDeepEditorUI.js file and minifying and updating the lib file? Just this once? :)

toptensoftware commented 10 years ago

Merged in latest master

sfmskywalker commented 10 years ago

Beautiful. Thanks!