mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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
@ -995,7 +995,7 @@ end
|
||||
|
||||
--- Opens a live editor to query the buffer you started from.
|
||||
---
|
||||
--- Can also be shown with *:EditQuery*.
|
||||
--- Can also be shown with [:EditQuery]().
|
||||
---
|
||||
--- If you move the cursor to a capture name ("@foo"), text matching the capture is highlighted in
|
||||
--- the source buffer. The query editor is a scratch buffer, use `:write` to save it. You can find
|
||||
|
Reference in New Issue
Block a user