Download Scala CLI and run scala-cli --power run example.scala.md --main-class Main -- --in example.scala.md --out example.md
in the terminal.
Scala CLI will parse the scala
and scala raw
code blocks in this file, install the specified dependencies, and execute this main
method:
//> using scala "3.3.1"