You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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.
It appears that showdownjs changed the library and function name. So creating a new showdown fails.
return new Showdown.converter(opts);
should be changed toreturn new showdown.Converter(opts);
The text was updated successfully, but these errors were encountered: