Skip to content

Commit 3400f67

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 8fb17e2 commit 3400f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
164164

165165
### Include dynamic placeholders from page metadata
166166

167-
You can include dynamic placeholders such as title, date, pageNumber, and totalPages in the header or footer to display metadata on each page. This example produces an A4 PDF with a company-branded header, current date and title, and page numbering in the footer.
167+
You can include dynamic placeholders such as `title`, `date`, `pageNumber`, and `totalPages` in the header or footer to display metadata on each page. This example produces an A4 PDF with a company-branded header, current date and title, and page numbering in the footer.
168168

169169
```bash
170170
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/pdf' \

0 commit comments

Comments
 (0)