From c2c0976816a283bbe17d716c17dbf1659a535e44 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 15:13:40 -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 ++ .../practice/complex-numbers/.docs/instructions.append.md | 2 ++ exercises/practice/custom-set/.docs/instructions.append.md | 2 ++ exercises/practice/gigasecond/.docs/instructions.append.md | 4 ++++ exercises/practice/micro-blog/.docs/instructions.append.md | 2 ++ exercises/practice/nth-prime/.docs/instructions.append.md | 2 ++ 6 files changed, 14 insertions(+) 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/complex-numbers/.docs/instructions.append.md b/exercises/practice/complex-numbers/.docs/instructions.append.md index 0509eb7b..8d053f65 100644 --- a/exercises/practice/complex-numbers/.docs/instructions.append.md +++ b/exercises/practice/complex-numbers/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Custom operators Raku has builtin support for Complex numbers[^complex], so this exercise focuses more on creating custom operators[^custom]. diff --git a/exercises/practice/custom-set/.docs/instructions.append.md b/exercises/practice/custom-set/.docs/instructions.append.md index 36e05738..a8ea59b6 100644 --- a/exercises/practice/custom-set/.docs/instructions.append.md +++ b/exercises/practice/custom-set/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Set Operators `raku` has [built-in set support.](https://docs.raku.org/language/setbagmix) diff --git a/exercises/practice/gigasecond/.docs/instructions.append.md b/exercises/practice/gigasecond/.docs/instructions.append.md index 18595c82..12572ad2 100644 --- a/exercises/practice/gigasecond/.docs/instructions.append.md +++ b/exercises/practice/gigasecond/.docs/instructions.append.md @@ -1,2 +1,6 @@ +# Instructions append + +## Implementation + Raku is aware of leap seconds. If the tests are seconds off then this may be a cause to work around. diff --git a/exercises/practice/micro-blog/.docs/instructions.append.md b/exercises/practice/micro-blog/.docs/instructions.append.md index 547dfabd..a9d03616 100644 --- a/exercises/practice/micro-blog/.docs/instructions.append.md +++ b/exercises/practice/micro-blog/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Unicode support raku supports Unicode version 17 as of release 2025-12[^changelog]. diff --git a/exercises/practice/nth-prime/.docs/instructions.append.md b/exercises/practice/nth-prime/.docs/instructions.append.md index d5b701b4..692bfad1 100644 --- a/exercises/practice/nth-prime/.docs/instructions.append.md +++ b/exercises/practice/nth-prime/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Parallelism The test runner has access to two cores as of 2025-07-28.