You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per our private discussion, I suggest writing a custom showdown extension to use ember-responsive-image to render all markdown images as opposed to relying on the default <img/> tag (whereas ember-responsive-image uses <picture>).
Extensions can be loaded via an initializer for use with ember-cli-showdown.
The text was updated successfully, but these errors were encountered:
As per our private discussion, I suggest writing a custom showdown extension to use
ember-responsive-image
to render all markdown images as opposed to relying on the default<img/>
tag (whereasember-responsive-image
uses<picture>
).Extensions can be loaded via an initializer for use with
ember-cli-showdown
.The text was updated successfully, but these errors were encountered: