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

feat: allow passing in html attributes like class #139

Closed colenso closed 7 months ago

colenso commented 7 months ago

A simple but handy change. Allows passing html attributes. Helpful, at least in our case where before this component was glimmerized we were setting a class to help style it.

colenso commented 7 months ago

@mansona Would appreciate a quick 👀 here. Tiny little diff but helps us quite a bit.