Skip to content

Commit f047470

Browse files
authored
Update pdf-endpoint.mdx
fix nesting
1 parent a25a2eb commit f047470

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
@@ -120,7 +120,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
120120
--output "advanced-output.pdf"
121121
```
122122

123-
## Blocking images and styles when generating a PDF
123+
### Blocking images and styles when generating a PDF
124124

125125
The options `rejectResourceTypes` and `rejectRequestPattern` can be used to block requests during rendering. The opposite can also be done, _only_ allow certain requests using `allowResourceTypes` and `allowRequestPattern`.
126126

0 commit comments

Comments
 (0)