Skip to content

Commit 9cefab8

Browse files
committed
update scope example
1 parent 08a6556 commit 9cefab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ It's also possible to only show specific lines by adding the `scope` parameter,
8181

8282
The result is that only lines 3 to 30 are shown.
8383

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

8686
The full URL should look like this:
8787
```markup
88-
<iframe src="https://app.arduino.cc/sketches/examples?eid=01.Basics%2FBlink&view-mode=snippet&scope=L3-L30" style="height:510px;width:100%;margin:10px 0" frameborder="0"></iframe>
88+
<iframe src="https://app.arduino.cc/sketches/examples?eid=01.Basics%2FBlink&view-mode=snippet&scope=24-28" style="height:510px;width:100%;margin:10px 0" frameborder="0"></iframe>
8989
```
9090

9191
## Hide Numbers

0 commit comments

Comments
 (0)