Skip to content

Commit d1b2be5

Browse files
committed
update scope example
1 parent 9cefab8 commit d1b2be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ You can highlight as many lines as you want, and it is easily configurable. For
7676
It's also possible to only show specific lines by adding the `scope` parameter, like this:
7777

7878
```markup
79-
&scope=L3-L30
79+
&scope=L24-L37
8080
```
8181

82-
The result is that only lines 3 to 30 are shown.
82+
The result is that only lines 24 to 37 are shown.
8383

84-
<iframe src="https://app.arduino.cc/sketches/examples?eid=01.Basics%2FBlink&view-mode=snippet&scope=L24-L28" style="height:510px;width:100%;margin:10px 0" frameborder="0"></iframe>
84+
<iframe src="https://app.arduino.cc/sketches/examples?eid=01.Basics%2FBlink&view-mode=snippet&scope=L24-L37" style="height:510px;width:100%;margin:10px 0" frameborder="0"></iframe>
8585

8686
The full URL should look like this:
8787
```markup

0 commit comments

Comments
 (0)