This commit is contained in:
spaghetti-coder 2025-12-08 21:09:27 +02:00 committed by GitHub
commit 5981d217ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
},
];