Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error rendering "this.renderer.checkbox is not a function" #1323

Closed
Marielk opened this issue Aug 24, 2018 · 2 comments · Fixed by mikaelbr/marked-terminal#44
Closed

Error rendering "this.renderer.checkbox is not a function" #1323

Marielk opened this issue Aug 24, 2018 · 2 comments · Fixed by mikaelbr/marked-terminal#44
Labels
category: lists has PR The issue has a Pull Request associated other package

Comments

@Marielk
Copy link

Marielk commented Aug 24, 2018

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.

captura de pantalla de 2018-08-24 12-39-04
captura de pantalla de 2018-08-24 12-38-59
captura de pantalla de 2018-08-24 12-38-50
captura de pantalla de 2018-08-24 12-38-41

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!

@UziTech
Copy link
Member

UziTech commented Aug 24, 2018

looks like this is a problem with marked-terminal.

mikaelbr/marked-terminal#44

@UziTech UziTech added has PR The issue has a Pull Request associated category: lists other package labels Aug 24, 2018
@UziTech
Copy link
Member

UziTech commented Aug 24, 2018

The PR has been merged and it should work in the next release of marked-terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: lists has PR The issue has a Pull Request associated other package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants