Shorter heading for scalaFiddle example (#24416)

The long h4 header looked a bit strange in the index:
https://doc.akka.io/docs/akka/current/stream/index.html
This commit is contained in:
Arnout Engelen 2018-01-26 10:51:46 +01:00 committed by GitHub
parent d47c703b6d
commit a0ef1f7272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,8 +112,10 @@ called a `Sink`. `IOResult` is a type that IO operations return in
Akka Streams in order to tell you how many bytes or elements were consumed and
whether the stream terminated normally or exceptionally.
### Browser-embedded example
#### Here is another example that you can edit and run in the browser:
<a name="here-is-another-example-that-you-can-edit-and-run-in-the-browser-"></a>
Here is another example that you can edit and run in the browser:
@@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }