You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When EpicEditor invokes the markdown.Transform function, this is the context of the EpicEditor, not MarkdownDeep.Markdown resulting in the following error on line 145:
Uncaught TypeError: this.ProcessBlocks is not a function
I am trying to use EpicEditor with MarkdownDeep as the parser like so:
When EpicEditor invokes the
markdown.Transform
function,this
is the context of the EpicEditor, notMarkdownDeep.Markdown
resulting in the following error on line 145:See the following JSFiddle for an example: https://jsfiddle.net/1saet37v/
The text was updated successfully, but these errors were encountered: