mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
adds block_args for autogenerated ids from trustworthy sources
This commit is contained in:
parent
24d97789b2
commit
48a2178434
3 changed files with 135 additions and 6 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||
mkdir -p "$out"
|
||||
|
||||
cat > "$out/index.md" << 'EOF'
|
||||
```{=include=} sections
|
||||
```{=include=} sections auto-id-prefix=auto-generated
|
||||
EOF
|
||||
|
||||
${lib.concatMapStrings ({ name, baseName ? name, description }: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue