We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8e93b commit c2d2bbfCopy full SHA for c2d2bbf
src/commands/link.tsx
@@ -11,10 +11,10 @@ export const link: ICommand = {
11
</svg>
12
),
13
execute: (editor, selection, position) => {
14
- const value = '[连接说明](连接地址 "连接标题")';
+ const value = '[]()';
15
editor.replaceSelection(value);
16
position.ch = !!selection ? position.ch : position.ch + 1;
17
editor.setCursor(position.line, position.ch);
18
editor.focus();
19
},
20
-};
+};
0 commit comments