Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2023
1 parent b3ecdeb commit b7280c1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4861,15 +4861,8 @@ adventures:
description: Draw this picture with the turtle
levels:
1:
story_text: |
### Exercise
Recreate the drawings with the turtle!
<div class="w-full flex flex-row gap-2">
Rectangle <img src="https://github.com/hedyorg/hedy/assets/80678586/77aa99d5-cd8f-4969-b49d-e8fed34ac550" width="100">
Square <img src="https://github.com/hedyorg/hedy/assets/80678586/03b96c2c-7b94-4032-9f9f-3f3b13573623" width="100">
Stairs<img src="https://github.com/hedyorg/hedy/assets/80678586/d4301e62-ec66-4031-827c-7d21f73ba106" width="100">
</div>
story_text: "### Exercise\nRecreate the drawings with the turtle!\n\n<div class=\"w-full flex flex-row gap-2\">\n Rectangle <img src=\"https://github.com/hedyorg/hedy/assets/80678586/77aa99d5-cd8f-4969-b49d-e8fed34ac550\" width=\"100\"> \n Square <img src=\"https://github.com/hedyorg/hedy/assets/80678586/03b96c2c-7b94-4032-9f9f-3f3b13573623\"\
\ width=\"100\">\n Stairs<img src=\"https://github.com/hedyorg/hedy/assets/80678586/d4301e62-ec66-4031-827c-7d21f73ba106\" width=\"100\">\n</div>\n"
example_code: ''
start_code: '## Recreate the drawings with the turtle!'
2:
Expand Down

0 comments on commit b7280c1

Please sign in to comment.