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

I got error with showdown is not defined?! #48

Open
dotku opened this issue Jan 15, 2016 · 4 comments
Open

I got error with showdown is not defined?! #48

dotku opened this issue Jan 15, 2016 · 4 comments

Comments

@dotku
Copy link

dotku commented Jan 15, 2016

I'm tring to use include for my github.io by using

I got error with showdown is not defined?!
Here is my git file: https://github.com/dotku/dotku.github.io/blob/master/index.html

@ggoforth
Copy link

Have the same issue.

@yishenggudou
Copy link

+1

@yishenggudou
Copy link

i use require.js

@JLRishe
Copy link

JLRishe commented May 16, 2016

You either need to use an old version of Showdown, or change line 17 of the code to:

return new showdown.Converter(opts);  // lowercase s, uppercase C

Several forks of this repo include this modification.

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

4 participants