From 009b90291e8950d3231b8e02f3ed09262fee4f1a Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 12 Mar 2025 16:33:11 -0400 Subject: [PATCH] Fix formatting in linux.md (#26598) Merge queue did not require docs tests to pass: - https://github.com/zed-industries/zed/actions/runs/13820880465/job/38665664419 This will be fixed with: - https://github.com/zed-industries/zed/pull/26551 cc: @ConradIrwin Release Notes: - N/A --- docs/src/development/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/development/linux.md b/docs/src/development/linux.md index 006e5b0464..e0c0de6619 100644 --- a/docs/src/development/linux.md +++ b/docs/src/development/linux.md @@ -63,7 +63,7 @@ You can install a local build on your machine with: This will build zed and the cli in release mode and make them available at `~/.local/bin/zed`, installing .desktop files to `~/.local/share`. -> ***Note***: If you encounter linker errors similar to the following: +> **_Note_**: If you encounter linker errors similar to the following: > > ```bash > error: linking with `cc` failed: exit status: 1 ...