Skip to content

Commit 0be57b8

Browse files
author
Anthony Ricaud
authored
Maybe fix the automatic numbered list?
Let's put four spaces on all the lines
1 parent 75baef4 commit 0be57b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Alternatively, you may select the import button on the top left hand side of the
2828
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/online_compile_button.png)</span>
2929

3030
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:<br>
31-
```NOCI
31+
```NOCI
3232
{
3333
"requires": ["bare-metal"],
3434
"target_overrides": {
3535
"*": {
36-
```
37-
</br></span>
36+
```
37+
</span>
3838
3939
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.
4040

0 commit comments

Comments
 (0)