mirror of
https://github.com/outline/outline.git
synced 2026-01-07 11:40:08 -06:00
Add new markdown shortcut for tables to shortcut UI (#9216)
This commit is contained in:
@@ -415,6 +415,10 @@ function KeyboardShortcuts() {
|
||||
shortcut: <Key>---</Key>,
|
||||
label: t("Horizontal divider"),
|
||||
},
|
||||
{
|
||||
shortcut: <Key>{"|--"}</Key>,
|
||||
label: t("Table"),
|
||||
},
|
||||
{
|
||||
shortcut: <Key>{"```"}</Key>,
|
||||
label: t("Code block"),
|
||||
|
||||
Reference in New Issue
Block a user