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
However, when I try to access the application, I get the following error message:
Template Error
TypeError: Cannot call method 'replace' of undefined
Please report this to https://github.com/chjj/marked.
at Lexer.lex (/Users/victorhooi/code/collaborative-markdown/node_modules/marked/lib/marked.js:130:6)
at Function.Lexer.lex (/Users/victorhooi/code/collaborative-markdown/node_modules/marked/lib/marked.js:121:16)
at marked (/Users/victorhooi/code/collaborative-markdown/node_modules/marked/lib/marked.js:1091:31)
at Object.<anonymous> (/Users/victorhooi/code/collaborative-markdown/lib/app/index.js:32:12)
at fnValue (/Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/viewPath.js:160:13)
at dataValue (/Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/viewPath.js:347:13)
at /Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/View.js:919:12
at /Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/View.js:597:46
at render (/Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/View.js:232:12)
at Object.get (/Users/victorhooi/code/collaborative-markdown/node_modules/derby/lib/View.js:301:30)
Cheers,
Victor
The text was updated successfully, but these errors were encountered:
Has an API changed from github-flavored-markdown to marked? If yes, probably such issues should be addressed in projects that depend on the library. If not, it looks a bug.
Hi,
I'm attempting to run collaborative-markdown:
https://github.com/joeyb/collaborative-markdown
which uses marked.
However, when I try to access the application, I get the following error message:
Cheers,
Victor
The text was updated successfully, but these errors were encountered: