wip: testing remark; trying to downgrade some libs
This commit is contained in:
15
dummies/test1.md
Normal file
15
dummies/test1.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Post Title
|
||||
|
||||
## Introduction
|
||||
|
||||
Hi there! Do you see me?
|
||||
|
||||
```go
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello world")
|
||||
}
|
||||
```
|
||||
|
||||
That's the `hello world` code!
|
||||
Reference in New Issue
Block a user