From 73e01aafdceb9a949c2000bc269b8bdf4b4a106f Mon Sep 17 00:00:00 2001 From: Matthew Harrison-Jones Date: Thu, 25 Jul 2013 11:49:02 +0100 Subject: [PATCH] Improved Markdown help modal --- ghost/admin/assets/sass/layouts/editor.scss | 8 ++ ghost/admin/tpl/modals/markdown.hbs | 108 +++++++++++++++++++- 2 files changed, 115 insertions(+), 1 deletion(-) 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