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 96eb8a0 commit 5e32efaCopy full SHA for 5e32efa
src/utils/queries/index.mjs
@@ -201,7 +201,7 @@ createQueries.QUERIES = {
201
normalizeTypes: /(\{|<)(?! )[^<({})>]+(?! )(\}|>)/g,
202
// ReGex to match the type API type references that got already parsed
203
// so that they can be transformed into HTML links
204
- linksWithTypes: /\[`<[^<({})>]>`\]\((\S+)\)/g,
+ linksWithTypes: /\[`<[^<({})>]+>`\]\((\S+)\)/g,
205
// ReGeX for handling Stability Indexes Metadata
206
stabilityIndex: /^Stability: ([0-5](?:\.[0-3])?)(?:\s*-\s*)?(.*)$/s,
207
// ReGeX for handling the Stability Index Prefix
0 commit comments