sets/boost/creative-toolbox/auto-builder: Remove code format from link.

The two formatting styles don't play well together when rendered.
This commit is contained in:
David Lechner
2021-04-20 12:56:43 -05:00
committed by GitHub
parent d450120857
commit a389cd9670
@@ -41,7 +41,7 @@ The provided program is very basic, demonstrating only the core principles.
Here's a few ideas and challenges for further exploration:
- Change the order of the bricks in the `for`-loop to build something else.
- Instead of pushing the element down for two seconds, you could stop sooner.
Try experimenting with the [`run_until_stalled`](https://docs.pybricks.com/en/latest/pupdevices/motor.html#pybricks.pupdevices.Motor.run_until_stalled)
Try experimenting with the [run_until_stalled](https://docs.pybricks.com/en/latest/pupdevices/motor.html#pybricks.pupdevices.Motor.run_until_stalled)
method. This can speed up the build process.
- Speaking of increasing speed, how fast can you make it? Optimize this robot
and set a new world record!