mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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
@@ -25,7 +25,7 @@ local defaults = {
|
||||
|
||||
---Get all the items at a given buffer position.
|
||||
---
|
||||
---Can also be pretty-printed with `:Inspect!`. *:Inspect!*
|
||||
---Can also be pretty-printed with `:Inspect!`. [:Inspect!]()
|
||||
---
|
||||
---@param bufnr? integer defaults to the current buffer
|
||||
---@param row? integer row to inspect, 0-based. Defaults to the row of the current cursor
|
||||
@@ -143,7 +143,7 @@ end
|
||||
|
||||
---Show all the items at a given buffer position.
|
||||
---
|
||||
---Can also be shown with `:Inspect`. *:Inspect*
|
||||
---Can also be shown with `:Inspect`. [:Inspect]()
|
||||
---
|
||||
---@param bufnr? integer defaults to the current buffer
|
||||
---@param row? integer row to inspect, 0-based. Defaults to the row of the current cursor
|
||||
|
||||
Reference in New Issue
Block a user