evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

TypeError: undefined is not a function (evaluating 'this.toTree(s,[])') #214

Open krokhale opened 10 years ago

krokhale commented 10 years ago

Looked through the issues, not sure if i missed it, but i could not find any that addresses this error:

TypeError: undefined is not a function (evaluating 'this.toTree(s,[])')

I have been been unable to resolve it, i can get you the link for the gist i created with the Markdown sample i use for reproducing this error.

Thanks!

TimotheeJeannin commented 9 years ago

Same problem for me.