summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 11:56:56 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit72b507d5a20d9eec76addd4b812dbf11b95264a9 (patch)
treeb06e7c83777bc0877da6fb591bf6e91d5de5774e /nixos/modules/services/web-apps/hedgedoc.nix
parentb0e56acef90e1726c588aac13fe7e5fae0ed1a95 (diff)
downloadnixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.gz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.bz2
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.lz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.xz
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.tar.zst
nixpkgs-72b507d5a20d9eec76addd4b812dbf11b95264a9.zip
nixos/*: convert some markdown in docbook to tags
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
Diffstat (limited to 'nixos/modules/services/web-apps/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index 348192ea848..691e0dec3bc 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -190,7 +190,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Whether to allow guests to edit existing notes with the `freely' permission,
+          Whether to allow guests to edit existing notes with the <literal>freely</literal> permission,
           when <option>allowAnonymous</option> is enabled.
         '';
       };
@@ -954,8 +954,8 @@ in
                 type = types.str;
                 default = "";
                 description = ''
-                  Attribute map for `email'.
-                  Defaults to `NameID' of SAML response if
+                  Attribute map for <literal>email</literal>.
+                  Defaults to <literal>NameID</literal> of SAML response if
                   <option>identifierFormat</option> has
                   the default value.
                 '';