https://kramdown.gettalong.org/syntax.html
2. Code
This is a code block
code goes brrrr
rrrrrrrrrrrrrr
rrrrrrrrrrrrr
rrrrrrrrrrrrr
more code in here with "~"
import python
3. Lists
- first
- second
- third
- asd
- asd
- asd
4. Tables
| first | second | third |
|---|---|---|
| first | second | third |
| first | second | third |
| first | second | third |
| what is this | ||
| hello |
5. Links
Just use brackets https://vg.no
6. Images
Size to use in inline with text? 






7. Expand sections
Click pls
Hello thereCode block
```sh ls -l ```Code block with markdown setting
ls -l
Tables from sql
+---------+-------------+--------------------+--------------------+--------------+
| success | login_count | distinct_usernames | distinct_passwords | distinct_ips |
+---------+-------------+--------------------+--------------------+--------------+
| 0 | 61435 | 2303 | 38262 | 420 |
| 1 | 9 | 1 | 7 | 9 |
+---------+-------------+--------------------+--------------------+--------------+