Ghost/ghost/admin/lib/koenig-editor/app/components/koenig-card-code.js
Kevin Ansfield ab53c29aea Koenig - Initial code card with MD expansion
refs https://github.com/TryGhost/Ghost/issues/9623
- `code` card that uses CodeMirror for the edit view and outputs `<pre><code>...</code></pre>` for the rendered view
- adds triple-backtick text expansion for creating code cards
2018-05-15 15:26:34 +01:00

2 lines
67 B
JavaScript

export {default} from 'koenig-editor/components/koenig-card-code';