From baf01ac1c40db8a23e6f7a980f9141d5a41ea104 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Fri, 18 Sep 2026 08:53:05 +0300 Subject: [PATCH] docs(ffmpeg): drop the ampersand from a heading anchor `## Cost & timeout` rendered as id="cost-&-timeout". An ampersand in an anchor id is legal but brittle in a URL, and it was the only heading in the docs producing one. Now a question heading like its neighbours. --- jobs/ffmpeg.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/ffmpeg.mdx b/jobs/ffmpeg.mdx index 36e6bda..e51737a 100644 --- a/jobs/ffmpeg.mdx +++ b/jobs/ffmpeg.mdx @@ -277,7 +277,7 @@ Every command is validated before it runs, then executed in an isolated, network - **Path containment.** Inputs are limited to the files you provide. Path traversal and access to system paths are rejected. - **Sandboxed execution.** Each job runs in an isolated container with a clean environment, restricted I/O, and no ambient network access. -## Cost & timeout +## What does it cost and when does it time out? Priced per compute second from your [credit balance](/concepts/credits), the wall-clock time FFmpeg ran, excluding file transfer.