From 5f44045f64df7d55f7f6ab52ef4685849b513f43 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 18 Mar 2026 23:41:45 +0800 Subject: [PATCH] chore(files): move markitdown to Text Processing > Markdown markitdown converts documents to Markdown, so it belongs under the Markdown subcategory of Text Processing rather than the generic Files section. Co-Authored-By: Claude --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 133b115..774d04b 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,6 @@ _Libraries for Python version and virtual environment management._ _Libraries for file manipulation._ -- [markitdown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown. - [mimetypes](https://docs.python.org/3/library/mimetypes.html) - (Python standard library) Map filenames to MIME types. - [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/3/library/os.path.html). - [pathlib](https://docs.python.org/3/library/pathlib.html) - (Python standard library) A cross-platform, object-oriented path library.