From 3c7fc1bade3be7960f34ff167e2c064f37b42a36 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 13:40:30 -0700 Subject: [PATCH] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- .../practice/simple-linked-list/.docs/instructions.append.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/practice/simple-linked-list/.docs/instructions.append.md b/exercises/practice/simple-linked-list/.docs/instructions.append.md index 50f3f024a..c15c14194 100644 --- a/exercises/practice/simple-linked-list/.docs/instructions.append.md +++ b/exercises/practice/simple-linked-list/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Implementation Hints We have provided the general structure of a `List` class for you.