mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 23:11:03 +00:00
Merge pull request #40 from devon-wolf/update-writing-md
Clean up section where Markdown gets parsed oddly
This commit is contained in:
commit
157cdd175a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user