Diving
Hello, reef

This is the first real post, mostly here to exercise every piece of the template layer at once: a page-bundle image, a code fence, a table, a blockquote, and a footnote.1
The figure shortcode

A code fence
def cache_hit_rate(hits, total):
return hits / total if total else 0.0
A table
| Depth (m) | Temp (°C) |
|---|---|
| 5 | 24 |
| 18 | 21 |
A blockquote, for good measure.
Press Cmd+K to do nothing in particular on this static site.
Footnotes render through Goldmark by default, styled via
.prose .footnotesinmain.css. ↩︎