Skip to content

Commit 5e32efa

Browse files
avivkellerCopilot
andauthored
Update src/utils/queries/index.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 96eb8a0 commit 5e32efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/queries/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ createQueries.QUERIES = {
201201
normalizeTypes: /(\{|<)(?! )[^<({})>]+(?! )(\}|>)/g,
202202
// ReGex to match the type API type references that got already parsed
203203
// so that they can be transformed into HTML links
204-
linksWithTypes: /\[`<[^<({})>]>`\]\((\S+)\)/g,
204+
linksWithTypes: /\[`<[^<({})>]+>`\]\((\S+)\)/g,
205205
// ReGeX for handling Stability Indexes Metadata
206206
stabilityIndex: /^Stability: ([0-5](?:\.[0-3])?)(?:\s*-\s*)?(.*)$/s,
207207
// ReGeX for handling the Stability Index Prefix

0 commit comments

Comments
 (0)