We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint:fix
1 parent 310da81 commit 20d9e7fCopy full SHA for 20d9e7f
packages/plugin-markdown-shortcuts/src/rule.markdown-link.ts
@@ -9,7 +9,7 @@ export function createMarkdownLinkRule(config: {
9
}) => {name: string; value?: {[prop: string]: unknown}} | undefined
10
}) {
11
return defineInputRule({
12
- on: /\[([^\[\]]+)]\((.+)\)/,
+ on: /\[([^[\]]+)]\((.+)\)/,
13
actions: [
14
({snapshot, event}) => {
15
const newText = event.textBefore + event.textInserted
0 commit comments