-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add HTML anchors for options and environment variables #8097
Conversation
For maintainability, it seems better to fix lowdown than to add all these duplicate anchors everywhere. Furthermore, the lowdown text renderer doesn't parse
|
Wait, but why does b8a1ff9 work then?
I agree, but... ew. Also, who's gonna do it? |
This PR is a split-out of #7518, because it's a somewhat unrelated change. Built on top of that branch it looks like this (and works for
Note the rendering error for what's an indented code block, which I didn't notice on the old PR I merged yesterday because the environment variables overview does not live in the man pages yet. Will fix that forward... |
I guess that's the man output, which is a different renderer than the text output. |
Here's what it looks like from me, running
This is the corresponding markdown source (I'm running this on
|
There was no diff left after previous changes. |
this is due to
lowdown
not supporting the non-standard syntax,same as in b8a1ff9
Motivation
fix manual rendering issues on the terminal
Checklist for maintainers
Maintainers: tick if completed or explain if not relevant
tests/**.sh
src/*/tests
tests/nixos/*
Priorities
Add 👍 to pull requests you find important.