From 7f8cc9be926d6e8bd045db06376114d0028f0456 Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Wed, 12 Jun 2024 06:20:13 -0700 Subject: [PATCH] docs: formatting tweaks for rich text --- README.md | 3 ++- foundation/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0d54a6..765c858 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ to be used by anyone yet due to their highly unstable nature. However, we have decided to publish them here together so that members of the community may collaborate. -> **Note**: This repository is a part of Aux's early ad-hoc structure. In the +> **Note** +> This repository is a part of Aux's early ad-hoc structure. In the > future we will be moving to a standardized Aux Enhancement Proposal (AEP) > format. diff --git a/foundation/README.md b/foundation/README.md index 31c6bd4..9909866 100644 --- a/foundation/README.md +++ b/foundation/README.md @@ -42,7 +42,8 @@ has no dependencies. _Everything_ else must be built from scratch in the package ### Formatting -> **Note:** To keep this flake light and keep its inputs empty we do not include a package +> **Note** +> To keep this flake light and keep its inputs empty we do not include a package > set which would provide a formatter. Instead please run `nix run nixpkgs#nixfmt-rfc-style` > until an improved solution is available.