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
Hello
I am building a node module library, wich has to be able to extract all the links from a .md file (markdown), i am using marked, terminal-marked and chalk as modules, but when i run it on the terminal (i am using Git Bash with ubuntu) it works as i want, but next it has the following error code:
Hello
I am building a node module library, wich has to be able to extract all the links from a .md file (markdown), i am using marked, terminal-marked and chalk as modules, but when i run it on the terminal (i am using Git Bash with ubuntu) it works as i want, but next it has the following error code:
TypeError: this.renderer.checkbox is not a function
Please report this to https://github.com/markedjs/marked.
this is my code :
console.log('href:' + marked(href), 'file:' + marked(file))
I hope you can tell me how can i fix it, thank you!
The text was updated successfully, but these errors were encountered: