GitHub URLs, image extraction, and a crash fix.
GitHub URL support
Convert GitHub repos, files, gists, issues, and PRs directly to clean markdown. No scraping, no third-party proxies.
markit https://github.com/owner/repo
markit https://github.com/owner/repo/blob/main/src/index.ts
markit https://github.com/owner/repo/issues/42
markit https://gist.github.com/user/idImage extraction for PPTX and DOCX
Embedded images are now extracted from PowerPoint and Word files. Images go to a temp directory by default, or to a custom path with --image-dir.
markit slides.pptx
markit document.docx --image-dir ./imagesFixes
- Fixed XML entity expansion crash on large XLSX/PPTX/EPUB files with >1000 entity references