mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
d25fb1597e
refs https://github.com/TryGhost/Ghost/issues/9311 - adds the `koenig-card-image` card that renders an `<img>` element - adds text expansion to convert markdown images into the new image card
2 lines
48 B
Handlebars
2 lines
48 B
Handlebars
<img src={{payload.src}} alt={{payload.alt}} />
|