diff --git a/scripts/generate-docs.js b/scripts/generate-docs.js index c4e64c549..ad7000e70 100644 --- a/scripts/generate-docs.js +++ b/scripts/generate-docs.js @@ -138,9 +138,6 @@ class Generator { path + ((/http/).test(path) ? extension : ".html") ) - // Fix type signatures containing Array<...> - body = body.replace(/(\W)Array<([^/<]+?)>/gim, "$1Array<$2>") - const markedHtml = marked(body) const title = body.match(/^#([^\n\r]+)/i) || []