mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 05:46:12 +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
@@ -116,7 +116,7 @@
|
||||
/// - width: Window width (in character cells). Minimum of 1.
|
||||
/// - height: Window height (in character cells). Minimum of 1.
|
||||
/// - bufpos: Places float relative to buffer text (only when
|
||||
/// relative="win"). Takes a tuple of zero-indexed [line, column].
|
||||
/// relative="win"). Takes a tuple of zero-indexed `[line, column]`.
|
||||
/// `row` and `col` if given are applied relative to this
|
||||
/// position, else they default to:
|
||||
/// - `row=1` and `col=0` if `anchor` is "NW" or "NE"
|
||||
|
Reference in New Issue
Block a user