Skip to content

Commit 0b48f08

Browse files
committed
docs: note html2text→markdownify swap in CHANGELOG and skill files
- CHANGELOG: add Unreleased entry documenting the license-motivated swap - skill.md (both copies): update user-facing description from 'converted to markdown via html2text' to '...via markdownify'
1 parent 66b140d commit 0b48f08

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Changed
6+
- Replace `html2text` (GPL-3.0) with `markdownify` (MIT) for HTML→Markdown
7+
conversion in URL ingestion. Aligns the `pdf`/`all` extras with the
8+
project's MIT license and removes a copyleft dependency that affected
9+
anyone redistributing or embedding graphify. Fallback regex-strip path
10+
unchanged.
11+
312
## 0.1.8 (2026-04-05)
413

514
- Fix: follow-up questions now check for wiki first (graphify-out/wiki/index.md) before falling back to graph.json

graphify/skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ Supported URL types (auto-detected):
11381138
- arXiv → abstract + metadata saved as `.md`
11391139
- PDF → downloaded as `.pdf`
11401140
- Images (.png/.jpg/.webp) → downloaded, Claude vision extracts on next run
1141-
- Any webpage → converted to markdown via html2text
1141+
- Any webpage → converted to markdown via markdownify
11421142

11431143
---
11441144

skills/graphify/skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ Supported URL types (auto-detected):
11381138
- arXiv → abstract + metadata saved as `.md`
11391139
- PDF → downloaded as `.pdf`
11401140
- Images (.png/.jpg/.webp) → downloaded, Claude vision extracts on next run
1141-
- Any webpage → converted to markdown via html2text
1141+
- Any webpage → converted to markdown via markdownify
11421142

11431143
---
11441144

0 commit comments

Comments
 (0)