Unverified Commit 618db89f authored by spaghetti-coder's avatar spaghetti-coder Committed by GitHub

fix(ui): remove unsupported highlight command (#5328)

parent 2a876436
......@@ -25,9 +25,4 @@ export const editorCommands: Command[] = [
run: () => "| Header | Header |\n| ------ | ------ |\n| Cell | Cell |",
cursorOffset: 1, // Places cursor after first "|" to edit first header
},
{
name: "highlight",
run: () => "==text==",
cursorOffset: 2, // Places cursor between "==" markers to type highlighted text
},
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment