Avoid double encoding of function signatures - fixes #2720
This commit is contained in:
parent
b97fd59381
commit
d3be03c6a1
1 changed files with 0 additions and 3 deletions
|
|
@ -138,9 +138,6 @@ class Generator {
|
||||||
path + ((/http/).test(path) ? extension : ".html")
|
path + ((/http/).test(path) ? extension : ".html")
|
||||||
)
|
)
|
||||||
|
|
||||||
// Fix type signatures containing Array<...>
|
|
||||||
body = body.replace(/(\W)Array<([^/<]+?)>/gim, "$1Array<$2>")
|
|
||||||
|
|
||||||
const markedHtml = marked(body)
|
const markedHtml = marked(body)
|
||||||
const title = body.match(/^#([^\n\r]+)/i) || []
|
const title = body.match(/^#([^\n\r]+)/i) || []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue