From 97f14ccf79e1e270ce7218f6e7ab3fc1820ac972 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 15:46:07 -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/grains/.docs/instructions.append.md | 2 ++ 2 files changed, 4 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. diff --git a/exercises/practice/grains/.docs/instructions.append.md b/exercises/practice/grains/.docs/instructions.append.md index 0cde2d7..ad94f0e 100644 --- a/exercises/practice/grains/.docs/instructions.append.md +++ b/exercises/practice/grains/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Maximum integer value According to [the Vim docs][number]: