We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a34ced commit 34e4b76Copy full SHA for 34e4b76
src/pages/preface/conventions.md
@@ -25,9 +25,8 @@ Source code blocks are written as follows.
25
Syntax is highlighted appropriately where applicable:
26
27
```scala mdoc:silent
28
-object MyApp extends App {
+object MyApp extends App:
29
println("Hello world!") // Print a fine message to the user!
30
-}
31
```
32
33
Most code passes through [mdoc][link-mdoc] to ensure it compiles.
0 commit comments