From b229d53c1038520b29bddb1965b22461f1642139 Mon Sep 17 00:00:00 2001 From: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:04:35 +1000 Subject: [PATCH] Fix incorrect heading size --- docs/specs/devcontainer-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/devcontainer-features.md b/docs/specs/devcontainer-features.md index 844575a8..86721f2c 100644 --- a/docs/specs/devcontainer-features.md +++ b/docs/specs/devcontainer-features.md @@ -400,7 +400,7 @@ If a Feature is indicated in `overrideFeatureInstallOrder` but not a member of t > > - If the [`devcontainer.json` contains an `overrideFeatureInstallOrder`](#the-overridefeatureinstallorder-property). > -> #### (3) Round-based sorting +> ### (3) Round-based sorting > > Perform a sort on the result of **(1)** in rounds. This sort will rearrange Features, producing a sorted list of Features to install. The sort will be performed as follows: >