From 2c2cb79c3d3af2a32e17a5eef5517e631e61b4c8 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 25 May 2026 15:50:50 -0700 Subject: [PATCH] Format all `instructions.append.md` to start with an H1 (required but ignored) and H2 --- exercises/practice/eliuds-eggs/.docs/instructions.append.md | 2 ++ exercises/practice/micro-blog/.docs/instructions.append.md | 2 ++ .../practice/rail-fence-cipher/.docs/instructions.append.md | 2 ++ exercises/practice/robot-simulator/.docs/instructions.append.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/exercises/practice/eliuds-eggs/.docs/instructions.append.md b/exercises/practice/eliuds-eggs/.docs/instructions.append.md index cc75c67e..d1e68bff 100644 --- a/exercises/practice/eliuds-eggs/.docs/instructions.append.md +++ b/exercises/practice/eliuds-eggs/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions append +## Implementation + Avoid using [builtin functions](https://ziglang.org/documentation/master/#Builtin-Functions) for this exercise. diff --git a/exercises/practice/micro-blog/.docs/instructions.append.md b/exercises/practice/micro-blog/.docs/instructions.append.md index eaf1d725..f3bc21d9 100644 --- a/exercises/practice/micro-blog/.docs/instructions.append.md +++ b/exercises/practice/micro-blog/.docs/instructions.append.md @@ -1,5 +1,7 @@ # Instructions append +## Implementation + You may assume the input is valid [UTF-8][utf-8]. [utf-8]: https://en.wikipedia.org/wiki/UTF-8 diff --git a/exercises/practice/rail-fence-cipher/.docs/instructions.append.md b/exercises/practice/rail-fence-cipher/.docs/instructions.append.md index 7c00e760..78939f2a 100644 --- a/exercises/practice/rail-fence-cipher/.docs/instructions.append.md +++ b/exercises/practice/rail-fence-cipher/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions append +## Implementation + You may assume there are at least two rails. diff --git a/exercises/practice/robot-simulator/.docs/instructions.append.md b/exercises/practice/robot-simulator/.docs/instructions.append.md index ae12fda0..16b32776 100644 --- a/exercises/practice/robot-simulator/.docs/instructions.append.md +++ b/exercises/practice/robot-simulator/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions append +## Implementation + Any instructions other than R, L and A may be ignored.