diff --git a/ghost/admin/assets/sass/layouts/editor.scss b/ghost/admin/assets/sass/layouts/editor.scss index 7c1a28d98f..fcf92fccf8 100644 --- a/ghost/admin/assets/sass/layouts/editor.scss +++ b/ghost/admin/assets/sass/layouts/editor.scss @@ -526,6 +526,14 @@ body.zen { right:-5px; } +/* ============================================================================= + Markdown Help Modal + ============================================================================= */ + +.modal-markdown-help-table { + margin-top: 0; +} + /* ============================================================================= CodeMirror ============================================================================= */ diff --git a/ghost/admin/tpl/modals/markdown.hbs b/ghost/admin/tpl/modals/markdown.hbs index 2d51ee07e3..ed631eb64f 100644 --- a/ghost/admin/tpl/modals/markdown.hbs +++ b/ghost/admin/tpl/modals/markdown.hbs @@ -1 +1,107 @@ -For now reference: Markdown Documentation \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +For further Markdown syntax reference: Markdown Documentation \ No newline at end of file