mirror of
https://github.com/arnaucube/md-live-server.git
synced 2026-02-07 03:46:40 +01:00
40 lines
603 B
Markdown
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)$
|
|
|