Second Page
This might actually be the first page. I don't really recall anymore. Basically this is here to test some funtionality of converting Markdown to HTML etc.
TODO
- [ ] Make code highlighted
- [x] Upload MD
- [x] Upload photos
- [x] List sub-pages
- [ ] Get TODOs working
Code
#[get("/ip")]
fn ip(addr: SocketAddr) -> String {
format!("{}\n", addr.ip())
}
# This looks right, but in production you need a bit more :-)
Misc
- Ser tabeller okay ud?
| Tables | Are | Cool |
|---|---|---|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
Maths
$$x=\frac{-b\pm\sqrt{b^2-4ac} }{2a}$$