From 9fa95b4e2dff7c9bffec97324c448b145d368a8e Mon Sep 17 00:00:00 2001 From: Asiones Jia Date: Mon, 24 Aug 2026 01:36:41 +0800 Subject: [PATCH] Add mdgate/converters Pure TypeScript document-to-Markdown converters for Node, Edge, and browsers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c2a126..f21b4a51 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [diff2html](https://github.com/rtfpessoa/diff2html) - Git diff output parser and pretty HTML generator. * [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation. * [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript. +* [mdgate/converters](https://github.com/mdgate/converters) - Pure TypeScript converters for 150+ file types (DOCX, PDF, PPTX, XLSX, iWork, HWP, email) to GitHub-Flavored Markdown. Runs in Node, Edge, and browsers. * [File Viewer](https://github.com/flyfish-dev/file-viewer) - Browser-native components for previewing files without server-side conversion. ## Functional Programming