How about <object> ?
Closed this issue · 5 comments
rafaelnco commented
Instead of img element with src attribute or svg element with use child element I`m actually using object element in my development environment. However, theres still no support for object element inlining. Is it something that hard to do? Is there any way I can contribute to this?
rafaelnco commented
Ok, 7 min later object element element is now supported. It was a good time extending your code, as it is very well written. Thanks! The extended code isn`t much different from img element inlining, except for changing src attribute for data in every object case.
ashaffer commented
Ah, great. If you'd like, you can send a pull request and i'll merge it into the main codebase.