From 619e5233c9c5296cd85561383589d53c0dc7b312 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 15:08:39 -0700 Subject: [PATCH] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- exercises/practice/allergies/.docs/instructions.append.md | 2 +- exercises/practice/anagram/.docs/instructions.append.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exercises/practice/allergies/.docs/instructions.append.md b/exercises/practice/allergies/.docs/instructions.append.md index 3a8bf7cc..49baef63 100644 --- a/exercises/practice/allergies/.docs/instructions.append.md +++ b/exercises/practice/allergies/.docs/instructions.append.md @@ -1,6 +1,6 @@ # Instructions append -# Atoms +## Atoms This exercise uses [atoms] to represent the allergens. An atom is a unique identifier and typically used when you are only interested in checking for equality. diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 2b17bb7a..0f5c35b6 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Implementation + You must return the anagrams in the same order as they are listed in the candidate words.