Merge pull request #200217 from ryantm/doc-fix

nixpkgs/doc: fix admonition syntax

authored by Silvan Mosberger and committed by GitHub 956df740 83be3a65

+4 -4
+3 -3
doc/builders/images/portableservice.section.md
··· 15 The primary tool for interacting with Portable Services is `portablectl`, 16 and they are managed by the `systemd-portabled` system service. 17 18 - :::{.note} 19 Portable services are supported starting with systemd 239 (released on 2018-06-22). 20 ::: 21 ··· 37 `units` must be a list of derivations, and their names must be prefixed with the service name (`"demo"` in this case). 38 Otherwise `systemd-portabled` will ignore them. 39 40 - :::{.Note} 41 The `.raw` file extension of the image is required by the portable services specification. 42 ::: 43 ··· 76 systemctl enable --now demo.socket 77 systemctl enable --now demo.service 78 ``` 79 - :::{.Note} 80 See the [man page](https://www.freedesktop.org/software/systemd/man/portablectl.html) of `portablectl` for more info on its usage. 81 :::
··· 15 The primary tool for interacting with Portable Services is `portablectl`, 16 and they are managed by the `systemd-portabled` system service. 17 18 + ::: {.note} 19 Portable services are supported starting with systemd 239 (released on 2018-06-22). 20 ::: 21 ··· 37 `units` must be a list of derivations, and their names must be prefixed with the service name (`"demo"` in this case). 38 Otherwise `systemd-portabled` will ignore them. 39 40 + ::: {.note} 41 The `.raw` file extension of the image is required by the portable services specification. 42 ::: 43 ··· 76 systemctl enable --now demo.socket 77 systemctl enable --now demo.service 78 ``` 79 + ::: {.note} 80 See the [man page](https://www.freedesktop.org/software/systemd/man/portablectl.html) of `portablectl` for more info on its usage. 81 :::
+1 -1
doc/contributing/coding-conventions.chapter.md
··· 489 490 in the package expression, attempt build and extract correct hash from error messages. 491 492 - :::{.warning} 493 You must use one of these four fake hashes and not some arbitrarily-chosen hash. 494 495 See [](#sec-source-hashes-security).
··· 489 490 in the package expression, attempt build and extract correct hash from error messages. 491 492 + ::: {.warning} 493 You must use one of these four fake hashes and not some arbitrarily-chosen hash. 494 495 See [](#sec-source-hashes-security).