docs: Add header for crypto example to make (#8259)

This makes it consistent with how other examples are presented.

Signed-off-by: Charlie Egan <charlie_egan@apple.com>
This commit is contained in:
Charlie Egan
2026-01-28 18:31:18 +00:00
committed by GitHub
parent 1c3c9ff7d9
commit 8e46288dd1
@@ -6,4 +6,6 @@ title: Cryptography
## Examples
### `crypto.md5`
<PlaygroundExample dir={require.context("../_examples/crypto/digest_verification")} />