From a38ea86c8cdc2c0b6dcddb6ce95e7cd6edaed067 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 13:51:27 -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/dominoes/.docs/instructions.append.md | 2 ++ exercises/practice/flatten-array/.docs/instructions.append.md | 2 ++ exercises/practice/list-ops/.docs/instructions.append.md | 3 ++- exercises/practice/phone-number/.docs/instructions.append.md | 2 ++ .../practice/rational-numbers/.docs/instructions.append.md | 2 ++ .../practice/resistor-color-trio/.docs/instructions.append.md | 2 ++ 7 files changed, 14 insertions(+), 1 deletion(-) 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/dominoes/.docs/instructions.append.md b/exercises/practice/dominoes/.docs/instructions.append.md index 02bfd313..5343951e 100644 --- a/exercises/practice/dominoes/.docs/instructions.append.md +++ b/exercises/practice/dominoes/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Implementation + Each stone is represented as a dotted pair. diff --git a/exercises/practice/flatten-array/.docs/instructions.append.md b/exercises/practice/flatten-array/.docs/instructions.append.md index 7ea1fb6d..60983413 100644 --- a/exercises/practice/flatten-array/.docs/instructions.append.md +++ b/exercises/practice/flatten-array/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Implementation + The input and output are represented as lists. diff --git a/exercises/practice/list-ops/.docs/instructions.append.md b/exercises/practice/list-ops/.docs/instructions.append.md index 771c11e5..f69a75c8 100644 --- a/exercises/practice/list-ops/.docs/instructions.append.md +++ b/exercises/practice/list-ops/.docs/instructions.append.md @@ -1,5 +1,6 @@ +# Instructions append + ## Emacs Lisp track specific functions * `list-empty-p` (*given a list, return if the list is empty*) * `list-sum` (*given a list of numbers, return the sum of all elements*) - diff --git a/exercises/practice/phone-number/.docs/instructions.append.md b/exercises/practice/phone-number/.docs/instructions.append.md index cb0a9b9a..6951460e 100644 --- a/exercises/practice/phone-number/.docs/instructions.append.md +++ b/exercises/practice/phone-number/.docs/instructions.append.md @@ -1,5 +1,7 @@ # Instructions Append +## Implementation + In addition to the function, _numbers_, that cleans up phone numbers, you need to write two more functions, _area-code_ and _pprint_ in the Emacs Lisp track. Each of the extra functions takes the phone number as its only parameter. diff --git a/exercises/practice/rational-numbers/.docs/instructions.append.md b/exercises/practice/rational-numbers/.docs/instructions.append.md index ef1ac546..69adbe60 100644 --- a/exercises/practice/rational-numbers/.docs/instructions.append.md +++ b/exercises/practice/rational-numbers/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Implementation + Each rational number is represented as a dotted pair. diff --git a/exercises/practice/resistor-color-trio/.docs/instructions.append.md b/exercises/practice/resistor-color-trio/.docs/instructions.append.md index de70a112..e52a6254 100644 --- a/exercises/practice/resistor-color-trio/.docs/instructions.append.md +++ b/exercises/practice/resistor-color-trio/.docs/instructions.append.md @@ -1,5 +1,7 @@ # Instructions append +## Implementation + An input of `"orange", "orange", "green"` should return: > "3.3 megaohms"