Render more markdown features in hover popover
This commit is contained in:
parent
7960067cf9
commit
d298ce3fd3
11 changed files with 421 additions and 175 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