github Michaelliv/markit v0.4.0

latest releases: v0.5.3, v0.5.2, v0.5.1...
21 days ago

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

Don't miss a new markit release

NewReleases is sending notifications on new releases.