mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +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
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
import createComponentCard from '../utils/create-component-card';
|
|
|
|
export default [
|
|
createComponentCard('koenig-card-hr'),
|
|
createComponentCard('koenig-card-image')
|
|
];
|