From 16430dac523beb019be93a9dcbbc9ee4c3e33482 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 13:33:53 -0700 Subject: [PATCH 1/2] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- exercises/practice/anagram/.docs/instructions.append.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 2b17bb7..0f5c35b 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. From aca89ee10d88d29e96ee944c8dc180a2dfe8f615 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Tue, 26 May 2026 22:16:52 -0700 Subject: [PATCH 2/2] Update the header to "Track specific instructions" --- exercises/practice/anagram/.docs/instructions.append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 0f5c35b..b11c894 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,5 +1,5 @@ # Instructions Append -## Implementation +## Track specific instructions You must return the anagrams in the same order as they are listed in the candidate words.