Support <code> blocks from Rust docs

This commit is contained in:
Andrew Onyshchuk 2022-01-14 15:20:35 -08:00
parent b55a1c561a
commit a05e09acbe

View file

@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
);
}
},
markdown: {
supportHtml: true,
}
};