зеркало из https://github.com/github/docs.git
better regex replacement
This commit is contained in:
Родитель
99d514617a
Коммит
f606d4754e
|
@ -65,8 +65,7 @@ async function main () {
|
|||
// first replace the old link with the new link
|
||||
// then remove any trailing slashes
|
||||
newContent = newContent
|
||||
.replace(devLink, newLink)
|
||||
.replace(`${newLink}/`, newLink)
|
||||
.replace(new RegExp(`${devLink}/?(?=\\))`), newLink)
|
||||
}
|
||||
|
||||
fs.writeFileSync(file, frontmatter.stringify(newContent, data, { lineWidth: 10000 }))
|
||||
|
|
Загрузка…
Ссылка в новой задаче