mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +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…
Add table
Add a link
Reference in a new issue