From 9ee74503b22eda9788fc6d2975fce1862a4da597 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 13:54:20 -0700 Subject: [PATCH] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- exercises/practice/leap/.docs/instructions.append.md | 4 +++- .../practice/queen-attack/.docs/instructions.append.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/exercises/practice/leap/.docs/instructions.append.md b/exercises/practice/leap/.docs/instructions.append.md index 3d4eb75..901eb63 100644 --- a/exercises/practice/leap/.docs/instructions.append.md +++ b/exercises/practice/leap/.docs/instructions.append.md @@ -1,4 +1,6 @@ -# Hints +# Instructions append + +## Hints Assign the value of an [expression] to `result` to complete this exercise. diff --git a/exercises/practice/queen-attack/.docs/instructions.append.md b/exercises/practice/queen-attack/.docs/instructions.append.md index 8f05b53..42cd840 100644 --- a/exercises/practice/queen-attack/.docs/instructions.append.md +++ b/exercises/practice/queen-attack/.docs/instructions.append.md @@ -1,6 +1,10 @@ # Instructions append -The queens shown below are at their [default starting positions](https://en.wikipedia.org/wiki/Rules_of_chess#Initial_setup). That's the 1st rank (row 7) for the white queen and the 8th rank (row 0) for the black queen. Both queens start in the d file (column 3). +## Implementation + +The queens shown below are at their [default starting positions](https://en.wikipedia.org/wiki/Rules_of_chess#Initial_setup). +That's the 1st rank (row 7) for the white queen and the 8th rank (row 0) for the black queen. +Both queens start in the d file (column 3). ```text a b c d e f g h