{{yield (hash editor=(component "gh-simplemde" value=markdown placeholder=placeholder autofocus=autofocus onChange=(action "updateMarkdown") onFocus=(action "updateFocusState" true) onBlur=(action "updateFocusState" false) onEditorInit=(action "setEditor") onEditorDestroy=(action "destroyEditor") options=simpleMDEOptions) isFullScreen=_isFullScreen isSplitScreen=_isSplitScreen focus=(action "focusEditor") )}}
{{gh-file-input multiple=true action=(action onImageFilesSelected) accept=imageMimeTypes}}
{{#if _showUnsplash}} {{gh-unsplash insert=(action "insertUnsplashPhoto") close=(action "toggleUnsplash")}} {{/if}}