angular-markdown-directive
angular-markdown-directive copied to clipboard
I got error with showdown is not defined?!
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
Have the same issue.
+1
i use require.js
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.