From 0c2ad482fa6ac40b8afaa7860fa8d7b18d425f68 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Thu, 31 Jul 2014 19:45:31 -0600 Subject: [PATCH] Update markdown help modal Closes #3499 - Swapped out "Cmd" for the symbol. We're all UTF8, right? - Removed hint for "Inline Code" until we readd its shortcut --- core/client/templates/modals/markdown.hbs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/client/templates/modals/markdown.hbs b/core/client/templates/modals/markdown.hbs index be52237eab..445fd1166f 100644 --- a/core/client/templates/modals/markdown.hbs +++ b/core/client/templates/modals/markdown.hbs @@ -13,27 +13,32 @@ Bold **text** - Ctrl / Cmd + B + Ctrl/⌘ + B Emphasize *text* - Ctrl / Cmd + I + Ctrl/⌘ + I - Strike-through + Strike-through ~~text~~ Ctrl + Alt + U Link [title](http://) - Ctrl + Shift + L + Ctrl/⌘ + K + + + Inline Code + `code` + Ctrl/⌘ + Shift + K Image ![alt](http://) - Ctrl + Shift + I + Ctrl/⌘ + Shift + I List @@ -60,11 +65,6 @@ ### Heading Ctrl + Alt + 3 - - Inline Code - `code` - Cmd + K / Ctrl + Shift + K - For further Markdown syntax reference: Markdown Documentation