Skip to content

Commit d07b589

Browse files
committed
Remove extra punctuation
1 parent e344e40 commit d07b589

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

blog/_posts/2017-05-19-scastie.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Scala in the browser over at
1212

1313
## What is Scastie?
1414

15-
**Scastie is... Scala + sbt in your browser!**. You can:
15+
**Scastie is... Scala + sbt in your browser!** You can:
1616

1717
- use any version of Scala (scalac), or even alternate backends such as Dotty, Scala.js, Scala Native, and Typelevel Scala.
1818
- use any library published on Maven.
@@ -61,10 +61,9 @@ sharing snippets, and support for Scala.js!
6161

6262
We collaborated with <a href="https://www.47deg.com/" target="_blank">47Deg</a> to provide a fresh UI.
6363

64-
<a href="/resources/img/blog/scastie/newui.png" target="_blank">
65-
<img alt="scastie screenshot"
66-
src="/resources/img/blog/scastie/newui.png">
67-
</a>
64+
65+
<iframe src="https://www.youtube.com/embed/IWirQc3lTy4"
66+
width="610" height="315" frameborder="0" allowfullscreen></iframe>
6867

6968
### Sharing
7069

@@ -87,12 +86,10 @@ HTML DOM elements referred in your code such as images appears in the editor for
8786

8887
Since the execution environment is your browser, you can set breakpoints in your
8988
javascript inspector. Source mapping is enabled and allowing you to step into
90-
your Scala code.
89+
your Scala code. This video illustrates how you can debug Scala.js.
9190

92-
<a href="/resources/img/blog/scastie/Scala-js-debug.png" target="_blank">
93-
<img alt="scastie screenshot"
94-
src="/resources/img/blog/scastie/Scala-js-debug.png">
95-
</a>
91+
<iframe src="https://www.youtube.com/embed/7RpbfmLiFQA"
92+
width="610" height="315" frameborder="0" allowfullscreen></iframe>
9693

9794
You can try it out yourself: [ray tracer](https://scastie.scala-lang.org/9ZgBIUCQQ6u8bRaJFLI0Yg)
9895
([Li Haoyi](https://github.com/lihaoyi) is the author of this demo)
@@ -139,4 +136,4 @@ Scastie is an original idea from Aleh Aleshka ([OlegYch](https://github.com/Oleg
139136
src="/resources/img/blog/scalacenter/47deg-logo.png">
140137
</a>
141138
47Deg worked on the UI design.
142-
</div>
139+
</div>

0 commit comments

Comments
 (0)