mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 15:01:02 +00:00
Clean up section where Markdown gets parsed oddly
This commit is contained in:
parent
73af8d45ae
commit
39f47b9564
@ -150,7 +150,7 @@ Download the command-line client and run `./writeas new`
|
||||
|
||||
### Syntax-highlighted Code Blocks
|
||||
|
||||
<pre><code>```go
|
||||
<pre>```go
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
@ -158,7 +158,7 @@ import "fmt"
|
||||
func main() {
|
||||
fmt.Println("Hello, world")
|
||||
}
|
||||
```</pre></code>
|
||||
```</pre>
|
||||
|
||||
```go
|
||||
package main
|
||||
|
Loading…
Reference in New Issue
Block a user