From bb34d5d6d493ac1b032e836cecfc70aea4334502 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 8 Feb 2023 10:15:02 +0100 Subject: [PATCH] nixos/manual: replace ids on blocks with inline anchors nixos-render-docs supports inline anchors, but not ids for blocks. it seems wise to reserve blocks for special cases that don't have other syntax already, like admonitions. --- nixos/doc/manual/development/settings-options.section.md | 3 +-- .../manual/from_md/development/settings-options.section.xml | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/doc/manual/development/settings-options.section.md b/nixos/doc/manual/development/settings-options.section.md index d9a142e0d996..476ba4b03f9d 100644 --- a/nixos/doc/manual/development/settings-options.section.md +++ b/nixos/doc/manual/development/settings-options.section.md @@ -119,9 +119,8 @@ have a predefined type and string generator already declared under default Elixir keyword list -::: {#pkgs-formats-result} +[]{#pkgs-formats-result} These functions all return an attribute set with these values: -::: `type` diff --git a/nixos/doc/manual/from_md/development/settings-options.section.xml b/nixos/doc/manual/from_md/development/settings-options.section.xml index 898cd3b2b6e9..2c00cf4dd28b 100644 --- a/nixos/doc/manual/from_md/development/settings-options.section.xml +++ b/nixos/doc/manual/from_md/development/settings-options.section.xml @@ -260,8 +260,9 @@ - - These functions all return an attribute set with these values: + + These functions all return + an attribute set with these values: