Merge pull request #2417 from zed-industries/hover-markdown
Render markdown more correctly in the editor hover popover
This commit is contained in:
commit
7258db7a4e
14 changed files with 827 additions and 307 deletions
|
@ -633,6 +633,7 @@ message GetHoverResponse {
|
|||
message HoverBlock {
|
||||
string text = 1;
|
||||
optional string language = 2;
|
||||
bool is_markdown = 3;
|
||||
}
|
||||
|
||||
message ApplyCodeAction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue