Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 22:42
· 169 commits to main since this release

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/id

Image 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 ./images

Fixes

  • Fixed XML entity expansion crash on large XLSX/PPTX/EPUB files with >1000 entity references