mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Support <code> blocks from Rust docs
This commit is contained in:
parent
b55a1c561a
commit
a05e09acbe
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
|
|||
);
|
||||
}
|
||||
|
||||
},
|
||||
markdown: {
|
||||
supportHtml: true,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue