mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
ab53c29aea
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
2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
export {default} from 'koenig-editor/components/koenig-card-code';
|