fix: correct markdown syntax for admonition

This commit is contained in:
Kiana Sheibani 2024-11-22 18:44:38 -05:00
parent 8ef4845300
commit 3bdcb0e6b1
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -58,7 +58,8 @@ running a [modified UEFI bootloader](https://github.com/worproject/rpi5-uefi)
to provide Linux support. The NixOS code for this can be found in to provide Linux support. The NixOS code for this can be found in
`deploy/rpi5/`, and it is exposed as `nixosModules.deploy-rpi5`. `deploy/rpi5/`, and it is exposed as `nixosModules.deploy-rpi5`.
> [!IMPORTANT] A complete rewrite of the deployment system using > [!IMPORTANT]
> A complete rewrite of the deployment system using
> [NixOps 4](https://github.com/nixops4/nixops4) is planned once that project is > [NixOps 4](https://github.com/nixops4/nixops4) is planned once that project is
> stabilized. This may result in breaking changes to Aether's public interface. > stabilized. This may result in breaking changes to Aether's public interface.