btford/angular-markdown-directive

Library and Function Names changed

brandonferens opened this issue · 2 comments

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);

PR welcome

On Wed, Dec 2, 2015, 10:54 Brandon Ferens notifications@github.com 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.

Please check PR #40