Merge pull request #40 from devon-wolf/update-writing-md

Clean up section where Markdown gets parsed oddly
This commit is contained in:
Matt Baer 2023-10-03 10:11:32 -04:00 committed by GitHub
commit 157cdd175a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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