Closed drummy2 closed 6 years ago
I am attempting to set the github flavor. Is this supported in this addon?
showdown: { flavor: 'github' },
I haven't verified, but have you tried to do the following:
import showdown from 'showdown'; /* somewhere within your app. initializer, application route? */ showdown.setFlavor('github');
I am attempting to set the github flavor. Is this supported in this addon?
showdown: { flavor: 'github' },