Skip to content

Commit 2739315

Browse files
committed
..
1 parent 8a5eb66 commit 2739315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/utils/changelog/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ interface MarkdownRepoInfo {
237237
}
238238

239239
function resolveUrl(url: string, repoInfo: MarkdownRepoInfo, idPrefix: string) {
240-
if (!url) return url
240+
if (!url || url.startsWith('$')) return url
241241
if (url.startsWith('#')) {
242242
if (url.startsWith('#user-content')) {
243243
return url

0 commit comments

Comments
 (0)