From 1b77780c3a6c38c3da64fd2175bdc1bbcb87d671 Mon Sep 17 00:00:00 2001 From: Nishant Arora Date: Tue, 3 Jan 2017 12:05:16 +0530 Subject: [PATCH] Removed keyboard shortcuts from help --- client/app/static/markdown.jsx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/client/app/static/markdown.jsx b/client/app/static/markdown.jsx index 8faa8b3..8656c9a 100644 --- a/client/app/static/markdown.jsx +++ b/client/app/static/markdown.jsx @@ -9,45 +9,41 @@ class Markdown extends React.Component { Markdown Result - Shortcut - **text**BoldCtrl/⌘ + B + **text**Bold - *text*EmphasizeCtrl/⌘ + I + *text*Emphasize - ~~text~~Strike-throughCtrl + Alt + U + ~~text~~Strike-through - [title](http://)LinkCtrl/⌘ + K + [title](http://)Link - `code`Inline CodeCtrl/⌘ + Shift + K + `code`Inline Code - ![alt](http://)ImageCtrl/⌘ + Shift + I + ![alt](http://)Image - * itemListCtrl + L + * itemList - > quoteBlockquoteCtrl + Q - - - ==Highlight==Highlight + > quoteBlockquote # HeadingH1 - ## HeadingH2Ctrl/⌘ + H + ## HeadingH2 - ### HeadingH3Ctrl/⌘ + H (x2) + ### HeadingH3