angular-markdown-directive icon indicating copy to clipboard operation
angular-markdown-directive copied to clipboard

I got error with showdown is not defined?!

Open dotku opened this issue 9 years ago • 4 comments

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

dotku avatar Jan 15 '16 19:01 dotku

Have the same issue.

ggoforth avatar Feb 11 '16 06:02 ggoforth

+1

yishenggudou avatar Feb 28 '16 13:02 yishenggudou

i use require.js

yishenggudou avatar Feb 28 '16 13:02 yishenggudou

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.

JLRishe avatar May 16 '16 15:05 JLRishe