Skip to content

Commit 4c5ddbb

Browse files
author
Amanda Butler
authored
Fix note formatting in cli_code.md
Fix note formatting.
1 parent 83257fe commit 4c5ddbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorials/quickstart/cli_code.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
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:
25-
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>
2625
```NOCI
2726
{
2827
"requires": ["bare-metal"],
2928
"target_overrides": {
3029
"*": {
3130
```
32-
</span>
31+
</br></span>
3332

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

0 commit comments

Comments
 (0)