From 8666e4ad079d670406e7a4f614f8cdf42be522d8 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Fri, 25 Apr 2025 12:25:29 +0200 Subject: [PATCH] docs: fix malformed markup --- docs/manual/default-configs/maximal.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/default-configs/maximal.md b/docs/manual/default-configs/maximal.md index e1f5273e..736bf2f0 100644 --- a/docs/manual/default-configs/maximal.md +++ b/docs/manual/default-configs/maximal.md @@ -7,5 +7,9 @@ $ nix run github:notashelf/nvf#maximal -- test.nix It is the same fully configured Neovim as with the [Nix](#sec-default-nix) configuration, but with every supported language enabled. -::: {.note} Running the maximal config will download _a lot_ of packages as it -is downloading language servers, formatters, and more. ::: +::: {.note} + +Running the maximal config will download _a lot_ of packages as it is +downloading language servers, formatters, and more. + +:::