From 32063973cc041c1a902d688765cdf83ad0c47179 Mon Sep 17 00:00:00 2001
From: Viktor Kronvall <viktor.kronvall@gmail.com>
Date: Thu, 30 Nov 2023 23:12:29 +0900
Subject: [PATCH] docs: fix note blocks

---
 docs/manual/nix-flakes/standalone.md | 2 +-
 docs/manual/usage.md                 | 2 +-
 docs/manual/usage/configuration.md   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/nix-flakes/standalone.md b/docs/manual/nix-flakes/standalone.md
index 61b279882..57ebbb7f2 100644
--- a/docs/manual/nix-flakes/standalone.md
+++ b/docs/manual/nix-flakes/standalone.md
@@ -48,7 +48,7 @@ $ # And after the initial activation.
 $ home-manager switch --flake ~/hmconf
 ```
 
-::: note
+::: {.note}
 The flake inputs are not automatically updated by Home Manager. You need
 to use the standard `nix flake update` command for that.
 
diff --git a/docs/manual/usage.md b/docs/manual/usage.md
index 2d413e555..b19147be5 100644
--- a/docs/manual/usage.md
+++ b/docs/manual/usage.md
@@ -5,7 +5,7 @@ which is typically found at `~/.config/home-manager/home.nix` in the
 standard installation or `~/.config/home-manager/flake.nix` in a Nix
 flake based installation.
 
-::: note
+::: {.note}
 The default configuration used to be placed in `~/.config/nixpkgs`ΒΈ so
 you may see references to that elsewhere. The old directory still works
 but Home Manager will print a warning message when used.
diff --git a/docs/manual/usage/configuration.md b/docs/manual/usage/configuration.md
index ff1e5f3f2..0ba484cfd 100644
--- a/docs/manual/usage/configuration.md
+++ b/docs/manual/usage/configuration.md
@@ -29,7 +29,7 @@ A fresh install of Home Manager will generate a minimal
 
 You can use this as a base for your further configurations.
 
-::: note
+::: {.note}
 If you are not very familiar with the Nix language and NixOS modules
 then it is encouraged to start with small and simple changes. As you
 learn you can gradually grow the configuration with confidence.