egoist / egoist/sitefetch

Code snippets are missing from the output file

Open
#22 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.7k
Forks
162
PR merge metrics
No merged PRs in 30d

Description

Hey,

Unfortunately `sitefetch` doesn't include in the output files source code included inside ``` blocks.

HTML page contains such code snippet

![Image](https://github.com/user-attachments/assets/53843717-bb46-4901-adf4-514b519b9811)

https://docs.openops.com/getting-started/deployment/local

```
npx sitefetch https://docs.openops.com/getting-started/deployment/local -o docs.txt
cat docs.txt | grep COMPOSE_PARALLEL_LIMIT
```
Doesn't return anything.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running `npx sitefetch https://docs.openops.com/getting-started/deployment/local -o docs.txt` and checking the generated output for `COMPOSE_PARALLEL_LIMIT`. Trace the CLI path that converts the fetched HTML into the text file; done means source code inside fenced blocks is included in the output.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.