Skip to content

Commit 7fb8c05

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorials/quickstart/quick-start-compiler.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ Alternatively, you may select the import button on the top left hand side of the
2727

2828
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/online_compile_button.png)</span>
2929

30-
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:<br>
30+
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:</span>
3131
```NOCI
3232
{
3333
"requires": ["bare-metal"],
3434
"target_overrides": {
3535
"*": {
3636
```
37-
</span>
3837
3938
1. Open the folder where the executable file was downloaded, and then click and drag (or copy and paste) the file to your Mbed board's USB device folder.
4039

0 commit comments

Comments
 (0)