diff --git a/src/services/jsonHover.ts b/src/services/jsonHover.ts index afaf25b..9ff65c4 100644 --- a/src/services/jsonHover.ts +++ b/src/services/jsonHover.ts @@ -90,7 +90,7 @@ export class JSONHover { let result = ''; if (title) { - result = toMarkdown(title); + result = "**" + toMarkdown(title) + "**"; } if (markdownDescription) { if (result.length > 0) {