diff options
author | Jan Tojnar <jtojnar@gmail.com> | 2022-05-25 12:36:46 +0200 |
---|---|---|
committer | Jan Tojnar <jtojnar@gmail.com> | 2022-05-26 18:17:21 +0200 |
commit | 7708a34a514ddeb1420886309ae9870d8757f7ce (patch) | |
tree | 7f90d891b1e754c8b6b1d212b220d738d8065779 /doc/manual/src/expressions/expression-language.md | |
parent | 3272afa17b68d25c8070e58819f2e56f075c764d (diff) |
doc: Add anchors to long lists
Added using the following sed scripts:
- For command-ref/opt-common.md:
s~- `(--?)([^`]+)`~- [`\1\2`]{#opt-\2}~g
- For expressions/builtin-constants.md:
s~- `(builtins\.?)([^`]+)`~- [`\1\2`]{#builtins-\2}~g
- For expressions/advanced-attributes.md
s~^ - `([^`]+)`~ - [`\1`]{#adv-attr-\1}~g
and manually adjusted outputHashAlgo & outputHashMode.
- For glossary.md
s~^ - (`([^`]+)`|(.+)) ?\\~ - [\1]{#gloss-\2\3}\\~g;
s~(gloss-\w+) ~\1-~g
and manually adjusted anchors for Nix expression, user environment, NAR, ∅ and ε.
- For command-ref/env-common.md
s~^ - `([^`]+)`~ - [`\1`]{#env-\1}~g'
Diffstat (limited to 'doc/manual/src/expressions/expression-language.md')
0 files changed, 0 insertions, 0 deletions