@@ -10,7 +10,7 @@ This example was written by [Koroeskohr] and taken from the [Virtuslab Blog](htt
1010@: choice (scala-3)
1111
1212``` scala mdoc:silent
13- //> using toolkit typelevel:: @VERSION@
13+ //> using toolkit typelevel:@VERSION@
1414
1515import cats .effect .*
1616import io .circe .Decoder
@@ -47,7 +47,7 @@ object Main extends IOApp.Simple:
4747@: choice (scala-2)
4848
4949``` scala mdoc:reset:silent
50- //> using toolkit typelevel:: @VERSION@
50+ //> using toolkit typelevel:@VERSION@
5151
5252import cats .effect ._
5353import io .circe .Decoder
@@ -108,7 +108,7 @@ $ echo -e "foo\nbar" | ./mkString --prefix "[" -d "," --suffix "]"
108108
109109@: choice (scala-3)
110110``` scala mdoc:reset:silent
111- //> using toolkit typelevel:: @VERSION@
111+ //> using toolkit typelevel:@VERSION@
112112
113113import cats .effect .*
114114import cats .syntax .all .*
@@ -136,7 +136,7 @@ object Main extends CommandIOApp("mkString", "Concatenates strings from stdin"):
136136@: choice (scala-2)
137137
138138``` scala mdoc:reset:silent
139- //> using toolkit typelevel:: @VERSION@
139+ //> using toolkit typelevel:@VERSION@
140140
141141import cats .effect ._
142142import cats .syntax .all ._
@@ -183,7 +183,7 @@ id,First Name,Age,flight number,destination
183183
184184@: choice (scala-3)
185185``` scala mdoc:reset:silent
186- //> using toolkit typelevel:: @VERSION@
186+ //> using toolkit typelevel:@VERSION@
187187
188188import cats .effect .*
189189import fs2 .text
@@ -254,7 +254,7 @@ object CSVPrinter extends IOApp.Simple:
254254
255255@: choice (scala-2)
256256``` scala mdoc:reset:silent
257- //> using toolkit typelevel:: @VERSION@
257+ //> using toolkit typelevel:@VERSION@
258258
259259import cats .effect ._
260260import fs2 .text
@@ -358,7 +358,7 @@ perft 6 227689589
358358@: choice (scala-3)
359359
360360``` scala mdoc:reset:silent
361- //> using toolkit typelevel:: @VERSION@
361+ //> using toolkit typelevel:@VERSION@
362362
363363import cats .effect .{IO , IOApp }
364364import fs2 .{Stream , text }
@@ -388,7 +388,7 @@ object PerftConverter extends IOApp.Simple:
388388
389389@: choice (scala-2)
390390``` scala mdoc:reset:silent
391- //> using toolkit typelevel:: @VERSION@
391+ //> using toolkit typelevel:@VERSION@
392392
393393import cats .effect .{IO , IOApp }
394394import fs2 .{Stream , text }
@@ -464,7 +464,7 @@ As an example, let's imagine we have a `Book` class we would like to write to a
464464
465465@: choice (scala-3)
466466``` scala mdoc:reset:silent
467- //> using toolkit typelevel:: @VERSION@
467+ //> using toolkit typelevel:@VERSION@
468468
469469import fs2 .data .csv .*
470470import fs2 .data .csv .generic .semiauto .*
@@ -501,7 +501,7 @@ object WriteBooksToCsv extends IOApp.Simple:
501501@: choice (scala-2)
502502
503503``` scala mdoc:reset:silent
504- //> using toolkit typelevel:: @VERSION@
504+ //> using toolkit typelevel:@VERSION@
505505
506506import fs2 .data .csv ._
507507import fs2 .data .csv .generic .semiauto ._
0 commit comments