docs: mention about discarded

This commit is contained in:
Yanlong Wang 2025-03-12 10:47:01 +08:00
parent cadb2fd94c
commit 5141814bc9
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -249,12 +249,12 @@ class Viewport extends AutoCastable {
schema: { type: 'string' } schema: { type: 'string' }
}, },
'X-Md-Link-Style': { 'X-Md-Link-Style': {
description: 'Link style of the generated markdown.\n\nThis is an option passed through to [Turndown](https://github.com/mixmark-io/turndown?tab=readme-ov-file#options).\n\nSupported: inlined, referenced', description: 'Link style of the generated markdown.\n\nThis is an option passed through to [Turndown](https://github.com/mixmark-io/turndown?tab=readme-ov-file#options).\n\nSupported: inlined, referenced, discarded',
in: 'header', in: 'header',
schema: { type: 'string' } schema: { type: 'string' }
}, },
'X-Md-Link-Reference-Style': { 'X-Md-Link-Reference-Style': {
description: 'Link reference style of the generated markdown.\n\nThis is an option passed through to [Turndown](https://github.com/mixmark-io/turndown?tab=readme-ov-file#options).\n\nSupported: full, collapsed, shortcut', description: 'Link reference style of the generated markdown.\n\nThis is an option passed through to [Turndown](https://github.com/mixmark-io/turndown?tab=readme-ov-file#options).\n\nSupported: full, collapsed, shortcut, discarded',
in: 'header', in: 'header',
schema: { type: 'string' } schema: { type: 'string' }
}, },