Library and Function Names changed
brandonferens opened this issue · 2 comments
brandonferens commented
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 commented
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.
ColinHuang commented
Please check PR #40