Everything about test test test test test test test
big header
Second header
\[x = \frac{-b\pm \sqrt{b^2 -4ac}}{2a}\]1
2
def times_two(x):
return x*2
flowchart TD
Start --> Stop
Click me
- Foo
- Bar
- Baz
- Qux
1
2
3
4
function logSomething(something) {
console.log('Something', something);
console.log("Something else", something)
}
test test
hello2okay
hello | hi |
---|---|
hi | hi |
Image
Makefile
1
2
run:
echo "hi"
```bash