Hello, world!
Thanks for visiting. I'm in the process of setting this site up so expect that some features won't work correctly at the moment.
Markdown example
30 July, 2021
This post is a markdown example.
Here is a link.
Some italic text and bold text and strikethrough text and inline code
. 1
// Here is a code block
fn main() {
println!("Hello world!");
}
Unordered list: 2
- An unordered,
- bulleted list
- of items
Ordered list:
- An ordered,
- numbered list
- of items
A quote.
It contains multiple paragraphs.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
1
A footnote. Footnotes can be used for things that could have explanation or extra context, but for which the explanation is not relevant or otherwise desirable to have inline.
2
Another footnote.