From 9cffc1a12f6ee0d37db868630147f3e08ce6a757 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 13:23:24 -0700 Subject: [PATCH] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- exercises/practice/anagram/.docs/instructions.append.md | 2 ++ exercises/practice/meetup/.docs/instructions.append.md | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) 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. diff --git a/exercises/practice/meetup/.docs/instructions.append.md b/exercises/practice/meetup/.docs/instructions.append.md index 946f022d..9d88e399 100644 --- a/exercises/practice/meetup/.docs/instructions.append.md +++ b/exercises/practice/meetup/.docs/instructions.append.md @@ -1,7 +1,5 @@ # Instructions append -# Date words +## Date words -~~~~exercism/note The `d` namespace contains date and time related words, some of which will be really useful to solve this exercise. -~~~~