Ghost/ghost/admin/lib/koenig-editor/addon/components/koenig-card-hr.js
Kevin Ansfield 3ac59e5ba8 Koenig - HR card with markdown text expansion
refs https://github.com/TryGhost/Ghost/issues/9311
- adds the `koenig-card-hr` card that renders a `<hr>` element
- adds text expansion to convert `---` into the new HR card
2018-01-30 15:19:30 +00:00

8 lines
170 B
JavaScript

import Component from '@ember/component';
import layout from '../templates/components/koenig-card-hr';
export default Component.extend({
tagName: '',
layout
});