Skip to content

Commit

Permalink
Merge pull request #139 from x-b-e/feat-allow-passing-attributes
Browse files Browse the repository at this point in the history
feat: allow passing in html attributes like class
  • Loading branch information
mansona authored Feb 7, 2024
2 parents 8233f4a + a338e88 commit d3ee475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/markdown-to-html.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div>{{this.html}}</div>
<div ...attributes>{{this.html}}</div>

0 comments on commit d3ee475

Please sign in to comment.