Skip to content

Commit b6c62b7

Browse files
committed
-
1 parent a3fdd43 commit b6c62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/mdn-comments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function generateComment(summary: string, name: string): string {
6464
.replace(/\n/g, " ") // remove newlines
6565
.replace(
6666
new RegExp(`${escapedName}(\\(\\))?`, "g"),
67-
(match) => `\`**${match}**\``,
67+
(match) => `**\`${match}\`**`,
6868
)
6969
.trim();
7070
}

0 commit comments

Comments
 (0)