This is a paragraph. It can contain /slashlinks. It may contain @mentions and so @may/slash/links. It may also contain #hashtags. It may also contain https://hyper.links. It may also contain [[wiki-style links]]. It may also contain `code blocks`.
- This is a list
- It can have several items
- The items can have nested lists
- With multiple items
- They can be nested as deep as you like
- With #all the /same @content/types as http://a.paragraph
> This is a quote block
> It may be spread across several lines
> and may include #the @same @kinds/of https://content.as/a?paragraph
```
// This is a code block
// It can contain arbitrary text
// spread across many lines
print("Hi!");
```
```rust
// A code block may be tagged
fn main() {
println!("Hi!");
}
```