diff --git a/writer/writing.md b/writer/writing.md index 41b3bc4..bd4cede 100644 --- a/writer/writing.md +++ b/writer/writing.md @@ -150,7 +150,7 @@ Download the command-line client and run `./writeas new` ### Syntax-highlighted Code Blocks -
```go
+
```go
 package main
 
 import "fmt"
@@ -158,7 +158,7 @@ import "fmt"
 func main() {
 	fmt.Println("Hello, world")
 }
-```
+```
```go package main