Skip to content

Commit 0c3a5c6

Browse files
committed
Enable markdown in this warning box
1 parent 9c33f9d commit 0c3a5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/motors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ you could do this instead:
2929
R.motor_boards["srABC1"].something...
3030
~~~~~
3131

32-
<div class="warning">
32+
<div class="warning" markdown="1">
3333
When you have more than one Motor board connected to your kit,
3434
you must use `R.motor_boards` and index by serial number. This is so
3535
that the kit knows which Motor Board you want to control.

0 commit comments

Comments
 (0)