From 68d8f73cc7522ba373d5b4e991114f646640a778 Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Mon, 13 Mar 2023 17:25:09 -0500 Subject: [PATCH] refac(build): #940 rm code block rule - Remove code block rule as it is incompatible with admonitions Signed-off-by: Daniel Salazar --- docs/src/getting-started.md | 4 ++-- test/lint-markdown/config.rb | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index 1dd57112..776835d3 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -2,14 +2,14 @@ ## Installation -1. [Install Nix](https://nixos.org/download). +1. [Install Nix](https://nixos.org/download). ???+ tip We recommend getting the Single-user installation if you're new to Nix. -1. Install Makes: +1. Install Makes: ```{ .bash, linenums=0} nix-env -if https://github.com/fluidattacks/makes/archive/23.04.tar.gz diff --git a/test/lint-markdown/config.rb b/test/lint-markdown/config.rb index ad54a904..3b7086f9 100644 --- a/test/lint-markdown/config.rb +++ b/test/lint-markdown/config.rb @@ -28,4 +28,3 @@ rule 'MD037' rule 'MD038' rule 'MD039' -rule 'MD046'