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 a3fdd43 commit b6c62b7Copy full SHA for b6c62b7
src/build/mdn-comments.ts
@@ -64,7 +64,7 @@ function generateComment(summary: string, name: string): string {
64
.replace(/\n/g, " ") // remove newlines
65
.replace(
66
new RegExp(`${escapedName}(\\(\\))?`, "g"),
67
- (match) => `\`**${match}**\``,
+ (match) => `**\`${match}\`**`,
68
)
69
.trim();
70
}
0 commit comments