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

Library and Function Names changed #45

Open
brandonferens opened this issue Dec 2, 2015 · 2 comments
Open

Library and Function Names changed #45

brandonferens opened this issue Dec 2, 2015 · 2 comments

Comments

@brandonferens
Copy link

It appears that showdownjs changed the library and function name. So creating a new showdown fails.
return new Showdown.converter(opts); should be changed to return new showdown.Converter(opts);

@btford
Copy link
Owner

btford commented Dec 3, 2015

PR welcome

On Wed, Dec 2, 2015, 10:54 Brandon Ferens [email protected] wrote:

It appears that showdownjs changed the library and function name. So
creating a new showdown fails.
return new Showdown.converter(opts); should be changed to return new
showdown.Converter(opts);


Reply to this email directly or view it on GitHub
#45.

@ColinHuang
Copy link

Please check PR #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants