Add new markdown shortcut for tables to shortcut UI (#9216)

This commit is contained in:
Tom Moor
2025-05-14 19:52:32 -04:00
committed by GitHub
parent 13e3aaf861
commit 3fd893e728

View File

@@ -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"),