Ghost/ghost/admin/lib/koenig-editor/addon/templates/components/koenig-card-image.hbs
Kevin Ansfield d25fb1597e Koenig - Display-only image card with markdown text expansion
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
2018-01-30 20:46:03 +00:00

2 lines
48 B
Handlebars

<img src={{payload.src}} alt={{payload.alt}} />