mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs: support inline markdown
- Tags are now created with `[tag]()` - References are now created with `[tag]` - Code spans are no longer wrapped
This commit is contained in:

committed by
Lewis Russell

parent
0e28493914
commit
ade1b12f49
@@ -410,7 +410,7 @@ void nvim_ui_try_resize_grid(uint64_t channel_id, Integer grid, Integer width, I
|
||||
}
|
||||
|
||||
/// Tells Nvim the number of elements displaying in the popupmenu, to decide
|
||||
/// <PageUp> and <PageDown> movement.
|
||||
/// [<PageUp>] and [<PageDown>] movement.
|
||||
///
|
||||
/// @param channel_id
|
||||
/// @param height Popupmenu height, must be greater than zero.
|
||||
|
Reference in New Issue
Block a user