Skip to content

Commit a05e09a

Browse files
committed
Support <code> blocks from Rust docs
1 parent b55a1c5 commit a05e09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editors/code/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
155155
);
156156
}
157157

158+
},
159+
markdown: {
160+
supportHtml: true,
158161
}
159162
};
160163

0 commit comments

Comments
 (0)