Skip to content

Commit

Permalink
updated readme generator... again..
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Oct 23, 2024
1 parent f5676e6 commit 8103fe3
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 @@ -71,7 +71,7 @@ foreach ($file in $userJsFiles) {
$extraDoc = Get-Content "doc/$baseName.md"

# Replace relative image links with absolute links
$extraDoc = $extraDoc -replace '\!\[(.+)\]\((?!doc\/)(.+)\)', '![$1](doc/$2)'
$extraDoc = $extraDoc -replace '\!\[(.+)\]\((?!doc\/)(.+)\)', "![`$1](doc/`$2)`n"

$scriptList += "`n$extraDoc"
$scriptList += "`n"
Expand Down

0 comments on commit 8103fe3

Please sign in to comment.