mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
[Backport release-0.8] docs: fix/remove invalid URLs (#20735)
docs: fix/remove invalid URLs
(cherry picked from commit ec1e71109c
)
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
e7ed53286e
commit
5a14c820a9
@@ -12,15 +12,10 @@ Flow:
|
||||
update_params_map /
|
||||
render_node
|
||||
|
||||
This would be easier using lxml and XSLT, but:
|
||||
TODO: eliminate this script and use Lua+treesitter (requires parsers for C and
|
||||
Lua markdown-style docstrings).
|
||||
|
||||
1. This should avoid needing Python dependencies, especially ones that are
|
||||
C modules that have library dependencies (lxml requires libxml and
|
||||
libxslt).
|
||||
2. I wouldn't know how to deal with nested indentation in <para> tags using
|
||||
XSLT.
|
||||
|
||||
Each function :help block is formatted as follows:
|
||||
The generated :help text for each function is formatted as follows:
|
||||
|
||||
- Max width of 78 columns (`text_width`).
|
||||
- Indent with spaces (not tabs).
|
||||
|
Reference in New Issue
Block a user