nomagick commited on
Commit
5141814
·
unverified ·
1 Parent(s): cadb2fd

docs: mention about discarded

Browse files
Files changed (1) hide show
  1. src/dto/crawler-options.ts +2 -2
src/dto/crawler-options.ts CHANGED
@@ -249,12 +249,12 @@ class Viewport extends AutoCastable {
249
  schema: { type: 'string' }
250
  },
251
  'X-Md-Link-Style': {
252
- 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',
253
  in: 'header',
254
  schema: { type: 'string' }
255
  },
256
  'X-Md-Link-Reference-Style': {
257
- 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',
258
  in: 'header',
259
  schema: { type: 'string' }
260
  },
 
249
  schema: { type: 'string' }
250
  },
251
  'X-Md-Link-Style': {
252
+ 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',
253
  in: 'header',
254
  schema: { type: 'string' }
255
  },
256
  'X-Md-Link-Reference-Style': {
257
+ 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',
258
  in: 'header',
259
  schema: { type: 'string' }
260
  },