Skip to content

Commit 5a04985

Browse files
authored
fixup!
1 parent 2382133 commit 5a04985

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/queries/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ createQueries.QUERIES = {
197197
// Fixes the references to Markdown pages into the API documentation
198198
markdownUrl: /^(?![+a-zA-Z]+:)([^#?]+)\.md(#.+)?$/,
199199
// ReGeX to match the {Type}<Type> (API type references)
200-
201200
normalizeTypes: /(\{|<)(?! )[^<({})>]+(?! )(\}|>)/g,
202201
// ReGex to match the type API type references that got already parsed
203202
// so that they can be transformed into HTML links

0 commit comments

Comments
 (0)