Clean up section where Markdown gets parsed oddly

This commit is contained in:
Devon Wolfkiel 2022-10-17 20:24:39 -07:00
parent 73af8d45ae
commit 39f47b9564

View File

@ -150,7 +150,7 @@ Download the command-line client and run `./writeas new`
### Syntax-highlighted Code Blocks ### Syntax-highlighted Code Blocks
<pre><code>```go <pre>```go
package main package main
import "fmt" import "fmt"
@ -158,7 +158,7 @@ import "fmt"
func main() { func main() {
fmt.Println("Hello, world") fmt.Println("Hello, world")
} }
```</pre></code> ```</pre>
```go ```go
package main package main