server rendering markdown with live reload on file update working

This commit is contained in:
arnaucube
2019-05-07 21:07:45 +02:00
parent 6e3b9cbf68
commit a0b3d071e5
7 changed files with 302 additions and 0 deletions

33
test.md Normal file
View File

@@ -0,0 +1,33 @@
# test 01
- 1 this
- 2 is
- 2.1 a
- 2.1.1
- 2.2 list
- 3 sample
## second header
[link](https://arnaucube.com)
### third header
Asdf asdf asdf
- Lorem ipsum bla bla `ipsum` bla bla
### Some code
```go
func main() {
fmt.Println("hello world")
}
```
- a table:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |