Files
md-live-server/test.md
2021-05-28 12:01:52 +02:00

40 lines
603 B
Markdown

# 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 |
## LaTeX example
Through [KaTeX](https://katex.org):
$y^2 = x^3 + 7$
$\left(\frac{1}{\sqrt{x}}\right)$