Skip to content

Commit 20d9e7f

Browse files
committed
chore: run lint:fix
1 parent 310da81 commit 20d9e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-markdown-shortcuts/src/rule.markdown-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function createMarkdownLinkRule(config: {
99
}) => {name: string; value?: {[prop: string]: unknown}} | undefined
1010
}) {
1111
return defineInputRule({
12-
on: /\[([^\[\]]+)]\((.+)\)/,
12+
on: /\[([^[\]]+)]\((.+)\)/,
1313
actions: [
1414
({snapshot, event}) => {
1515
const newText = event.textBefore + event.textInserted

0 commit comments

Comments
 (0)