-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪 labsite: Rework Markdown source for Next button (#451)
Rework Markdown source for Next button. Previously we required a paragraph that only contained: [Next] This did not look great as rendered Markdown on GitHub. The Thematic Break or `<hr/>` is a more natural fit and has not used in any other way in the lab so far. This merges the following commits: * labsite: Remove future sample directory * labsite: Remove YouTube screenshot * labsite: Update markdown collapsible heading level * labsite: Rework Markdown source for Next button build-tools/labsite-gen/main.go | 20 ++------------- build-tools/labsite-gen/main_test.go | 7 ++--- frontend/lab/samples/forloops/bubble.md | 6 ++--- frontend/lab/samples/forloops/forcircles.md | 6 ++--- frontend/lab/samples/forloops/forsequence.md | 2 +- frontend/lab/samples/forloops/forwhile.htmlf | 1 - frontend/lab/samples/forloops/forwhile.md | 4 +-- frontend/lab/samples/forloops/lines-show.md | 2 +- frontend/lab/samples/forloops/lines.md | 14 +++++----- frontend/lab/samples/forloops/zebra.md | 10 ++++---- frontend/lab/samples/future/nested.evy | 27 -------------------- frontend/lab/samples/future/nested.htmlf | 5 ---- frontend/lab/samples/games/animate.md | 4 +-- frontend/lab/samples/games/bounce.md | 4 +-- frontend/lab/samples/games/coin.htmlf | 4 +-- frontend/lab/samples/games/coin.md | 8 +++--- frontend/lab/samples/games/events.md | 6 ++--- frontend/lab/samples/games/game.md | 12 ++++----- frontend/lab/samples/games/guess.md | 6 ++--- frontend/lab/samples/games/paint.md | 10 ++++---- frontend/lab/samples/ifs/alpha.md | 6 ++--- frontend/lab/samples/ifs/chat.md | 8 +++--- frontend/lab/samples/ifs/pi.md | 8 +++--- frontend/lab/samples/ifs/pulse.md | 10 ++++---- frontend/lab/samples/ifs/rectangles.md | 4 +-- frontend/lab/samples/ifs/stars.md | 18 ++++++------- frontend/lab/samples/ifs/welcome-ifs.md | 2 +- frontend/lab/samples/intro/circles.md | 12 ++++----- frontend/lab/samples/intro/coords.md | 4 +-- frontend/lab/samples/intro/loop.md | 4 +-- frontend/lab/samples/intro/move.md | 10 ++++---- frontend/lab/samples/intro/var.md | 4 +-- frontend/lab/samples/intro/welcome.htmlf | 8 +++--- frontend/lab/samples/intro/welcome.md | 6 ++--- frontend/lab/samples/loops/gradient-show.md | 4 +-- frontend/lab/samples/loops/gradient.md | 8 +++--- frontend/lab/samples/loops/hsl.md | 4 +-- frontend/lab/samples/loops/sequence.md | 8 +++--- frontend/lab/samples/loops/target-show.md | 2 +- frontend/lab/samples/loops/target.md | 8 +++--- 40 files changed, 122 insertions(+), 174 deletions(-) Pull-request: #451
- Loading branch information
Showing
40 changed files
with
122 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.