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 2382133 commit 5a04985Copy full SHA for 5a04985
src/utils/queries/index.mjs
@@ -197,7 +197,6 @@ createQueries.QUERIES = {
197
// Fixes the references to Markdown pages into the API documentation
198
markdownUrl: /^(?![+a-zA-Z]+:)([^#?]+)\.md(#.+)?$/,
199
// ReGeX to match the {Type}<Type> (API type references)
200
-
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
0 commit comments