empress / ember-cli-showdown

Ember component to render markdown into HTML.
https://empress.github.io/ember-cli-showdown/
MIT License
101 stars 35 forks source link

Flavors not working #68

Closed drummy2 closed 6 years ago

drummy2 commented 6 years ago

I am attempting to set the github flavor. Is this supported in this addon?

showdown: { flavor: 'github' },

jasonmit commented 6 years ago

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