We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db553e commit a095867Copy full SHA for a095867
1 file changed
lib/datatip-manager.js
@@ -354,7 +354,7 @@ module.exports = class DatatipManager {
354
*/
355
async getDocumentationHtml(markdownText, grammarName) {
356
if ((markdownText !== undefined) && (markdownText.length > 0)) {
357
- return this.renderer.render(`<p>${markdownText}</p>`, grammarName);
+ return this.renderer.render(markdownText, grammarName);
358
}
359
return null;
360
0 commit comments