Skip to content

Commit 438e248

Browse files
author
Anthony Ricaud
authored
Fix numbered lists (for realsies!)
1 parent 9973795 commit 438e248

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/tutorials/quickstart/cli_code.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121

2222
<span class="tips">**Tip:** You can get the name of the board plugged into your computer by running `mbed detect`, and you can get a full list of supported toolchains and targets by running the `mbed compile --supported` command.</span>
2323

24-
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:<br />
25-
```NOCI
24+
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:</span>
25+
```NOCI
2626
{
2727
"requires": ["bare-metal"],
2828
"target_overrides": {
2929
"*": {
30-
```
31-
</span>
30+
```
3231

3332
1. Press the board's reset button. The LED blinks.

0 commit comments

Comments
 (0)