diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index 3e9788c98c..26567c6df3 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts @@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv: ); } + }, + markdown: { + supportHtml: true, } };