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 e268085 commit 10046a9Copy full SHA for 10046a9
workspace/aubade/src/artisan/registry.ts
@@ -592,7 +592,7 @@ function construct(cursor: Context['cursor']): null | {
592
}
593
594
// codespan precedence over link grouping
595
- const lookahead = cursor.see(0) === '`' || !!cursor.peek(/`/);
+ const lookahead = cursor.see(0) === '`';
596
const backtick = target.includes('`') || title.includes('`');
597
const invalid = label.includes('`') && (backtick || lookahead);
598
if (invalid || target.includes('\n')) return null;
0 commit comments