Skip to content

Commit 690d35f

Browse files
author
Amanda Butler
authored
Fix note formatting in quick-start-compiler.md
Fix note formatting, so code snippet is included in note and so number isn't a bullet.
1 parent d0e1a22 commit 690d35f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ 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:
31-
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>
3231
```NOCI
3332
{
3433
"requires": ["bare-metal"],
3534
"target_overrides": {
3635
"*": {
3736
```
38-
</span>
37+
</br></span>
3938
4039
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.
4140

0 commit comments

Comments
 (0)