UNPKG

medium-editor-markdown

Version:
12 lines (8 loc) 247 B
(function (root) { if (typeof MediumEditor !== "function") { throw new Error("Medium Editor is not loaded on the page."); } {{{toMarkdown}}} var MeMarkdown = {{{MeMarkdown}}}; root.MeMarkdown = MeMarkdown; })(this);