forked from lix-project/lix
Merge pull request #8933 from fricklerhandwerk/option-anchors
Add anchors to option listings
This commit is contained in:
commit
3a62651bd6
|
@ -98,7 +98,7 @@ let
|
||||||
(option ? labels)
|
(option ? labels)
|
||||||
(concatStringsSep " " (map (s: "*${s}*") option.labels));
|
(concatStringsSep " " (map (s: "*${s}*") option.labels));
|
||||||
in trim ''
|
in trim ''
|
||||||
- `--${name}` ${shortName} ${labels}
|
- <span id="opt-${name}">[`--${name}`](#opt-${name})</span> ${shortName} ${labels}
|
||||||
|
|
||||||
${option.description}
|
${option.description}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue