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 inside the markdown.Transform function is the context of the EpicEditor, not MarkdownDeep.Markdown resulting in the following error on line 145 of MarkdownDeep.js:
Uncaught TypeError: this.ProcessBlocks is not a function
I don't think that this is an EpicEditor issue directly, but I am looking for a possible workaround.
I am trying to use EpicEditor with MarkdownDeep.js (I am using MarkdownDeep on the server-side so I need the parsers to match) as the parser like so:
When EpicEditor invokes the
markdown.Transform
function,this
inside themarkdown.Transform
function is the context of the EpicEditor, notMarkdownDeep.Markdown
resulting in the following error on line 145 of MarkdownDeep.js:See the following JSFiddle for an example: https://jsfiddle.net/1saet37v/
Is there something I can do to fix this easily?
ref: http://www.toptensoftware.com/markdowndeep/api
The text was updated successfully, but these errors were encountered: