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