diff --git a/docs/README.md b/docs/README.md
index 89e538d..6e36bfd 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -51,6 +51,7 @@ If you need to contact the nix-community admins, they are listed [here](https://
 
 Thanks to all our sponsors.
 
+<!-- prettier-ignore-start -->
 |[<img src="https://raw.githubusercontent.com/cachix/docs.cachix.org/master/source/logo.png" width="200" alt="Cachix">](https://cachix.org)|
 |:-:|
 |Cachix provides us with 1TB of free cache|
@@ -58,3 +59,4 @@ Thanks to all our sponsors.
 |[<img src="https://raw.githubusercontent.com/Gandi/.github/b1f21a402d9223c672476b41148429f538be5303/logos/black.svg" width="200" alt="Gandi">](https://www.gandi.net/)|
 |:-:|
 |Gandi provides us with a free domain.|
+<!-- prettier-ignore-end -->
diff --git a/treefmt.nix b/treefmt.nix
index 3063c69..a8e6a60 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -35,7 +35,6 @@
 
         prettier = {
           excludes = [
-            "*.md"
             "secrets.yaml"
           ];
         };