Skip to content

Commit

Permalink
updated doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Sep 2, 2024
1 parent d9511f3 commit 292c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ foreach ($file in $userJsFiles) {
# Replace relative image links with absolute links
$extraDoc = $extraDoc -replace '\!\[(.+)\]\((?!doc\/)(.+)\)', '![$1](doc/$2)'

$scriptList += $extraDoc
$scriptList += "`n$extraDoc"
$scriptList += "`n"
}

Expand Down

0 comments on commit 292c5d8

Please sign in to comment.