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