Preformatted text with the pre tag
`` renders a block of monospaced text **without** the styling of a
fenced code block — no background frame, no syntax coloring. Use it
for ASCII layouts, aligned data, and anything where "monospace" is
what you want but "this is source code" is not the right message:
Metric Aligned Value
-------- --------- -----
Ping right 12ms
Throughput right 42MB/s
Latency right 87us
Same content in a fenced code block, for comparison:
```
Metric Aligned Value
-------- --------- -----
Ping right 12ms
```
Show source
```
First line
Indented line
Last line
```
---
# Under the hood: how this page is built