Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e0969ec

Browse files
committed
include links to cheerio and turndown.
1 parent f420076 commit e0969ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/deno/byo-deep-research.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ interface ReflectTopicMessage extends ResearchTopicMessage<'reflect'> {
314314

315315
### 5. Content Processing
316316

317-
The system includes HTML cleaning and markdown conversion:
317+
We'll also include [turndown](https://github.com/domchristie/turndown) and [cheerio](https://github.com/cheeriojs/cheerio) to clean the HTML content and convert it to markdown. To be more easily interpretable by the LLM.
318318

319319
```typescript title:services/api.ts
320320
import { load as cheerioLoad } from 'cheerio'

0 commit comments

Comments
 (0)