Some text. [A link][1]. ![An image][2]

Lorem ipsum[^1] dolor sit.

```swift
println("Hello world")
```

Some more text.

[1]: http://example.com
[2]: http://example.com/path/to/image.png

[^1]: This is a footnote.
