From a0ef1f72727bda93d69acf4d1dea24e7c91ac0f5 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 26 Jan 2018 10:51:46 +0100 Subject: [PATCH] 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 --- akka-docs/src/main/paradox/stream/stream-quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/stream/stream-quickstart.md b/akka-docs/src/main/paradox/stream/stream-quickstart.md index 06eb283531..28f069a0df 100644 --- a/akka-docs/src/main/paradox/stream/stream-quickstart.md +++ b/akka-docs/src/main/paradox/stream/stream-quickstart.md @@ -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: + +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%; }