Ghost/ghost/admin/lib/gh-koenig/addon/templates/components/card-markdown.hbs

5 lines
133 B
Handlebars
Raw Normal View History

{{#if isEditing}}
{{textarea value=value key-up="updateValue" focus-in=(action "selectCard")}}
{{else}}
{{{preview}}}
{{/if}}