We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6ee3a commit 0cab1e8Copy full SHA for 0cab1e8
server/utils/changelog/markdown.ts
@@ -29,7 +29,7 @@ export async function changelogRenderer(mdRepoInfo: MarkdownRepoInfo) {
29
return text
30
}
31
32
- const intermediateTitleAttr = `${` data-title-intermediate="${plainText || title}"`}`
+ const intermediateTitleAttr = `data-title-intermediate="${plainText || title}"`
33
34
return `<a href="${href}"${titleAttr}${intermediateTitleAttr} target="_blank">${text}</a>`
35
0 commit comments