We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got error like below if I use medium-editor-markdown via npm.
medium-editor-markdown
Uncaught ReferenceError: toMarkdown is not defined
My code is something like this.
import MediumEditor from 'medium-editor'; import MeMarkdown from 'medium-editor-markdown'; const editor = new MediumEditor(editableEl, { extensions: { markdown: new MeMarkdown((md) => { markDownEl.textContent = md }) } });
The text was updated successfully, but these errors were encountered:
fix IonicaBizau#16
e1407f7
No branches or pull requests
I got error like below if I use
medium-editor-markdown
via npm.My code is something like this.
The text was updated successfully, but these errors were encountered: