Fix tutorial authoring for getting started (#885)

* Fix tutorial authoring for getting started

Remove extra new lines

* Fix other tutorials
This commit is contained in:
Sam El-Husseini
2018-06-21 16:02:19 -07:00
committed by GitHub
parent d7f9280dc7
commit 2e9cb3c43b
7 changed files with 35 additions and 38 deletions

View File

@ -48,13 +48,11 @@ input.onButtonPressed(Button.B, () => {
## Step 6
Place the ``||basic:show number||`` and ``||Math:pick random||`` blocks
in an ``||input:on shake||`` slot to build a dice.
Place the ``||basic:show number||`` and ``||Math:pick random||`` blocks in an ``||input:on shake||`` slot to build a dice.
###
When the @boardname@ is shaken, a random number between ``0`` and ``6`` is displayed
on the screen.
When the @boardname@ is shaken, a random number between ``0`` and ``6`` is displayed on the screen.
```blocks
input.onGesture(Gesture.Shake, () => {