mirror of
https://github.com/arnaucube/md-live-server.git
synced 2026-02-07 20:06:39 +01:00
server rendering markdown with live reload on file update working
This commit is contained in:
33
test.md
Normal file
33
test.md
Normal 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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user