From b9facf3516dbcce7c34c17750c4570cac9f97b9f Mon Sep 17 00:00:00 2001 From: daymade Date: Mon, 23 Mar 2026 03:20:20 +0800 Subject: [PATCH] fix(doc-to-markdown): update marketplace.json description and version to 2.1.0 Sync description with actual capabilities: CJK bold spacing, JSON pretty-print, simple table support, 31 tests, benchmark score. Add cjk/chinese keywords. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 16bf1f3..3a11739 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -51,10 +51,10 @@ }, { "name": "doc-to-markdown", - "description": "Converts DOCX/PDF/PPTX to high-quality Markdown with automatic post-processing. Fixes pandoc grid tables, image paths, attribute noise, and code blocks. Supports Quick Mode (fast, single tool) and Heavy Mode (best quality, multi-tool merge). Trigger on \"convert document\", \"docx to markdown\", \"parse word\", \"doc to markdown\", \"extract images from document\".", + "description": "Converts DOCX/PDF/PPTX to high-quality Markdown. Pandoc engine + 8 post-processing fixes: grid/simple tables to pipe tables, CJK bold spacing, JSON pretty-print, image path flattening, pandoc attribute cleanup, code block detection, bracket fixes. Benchmarked 7.6/10 (best-in-class vs Docling/MarkItDown/Mammoth). 31 unit tests. Trigger on \"convert document\", \"docx to markdown\", \"parse word\", \"doc to markdown\", \"解析word\", \"转换文档\".", "source": "./", "strict": false, - "version": "2.0.0", + "version": "2.1.0", "category": "document-conversion", "keywords": [ "markdown", @@ -63,7 +63,9 @@ "pptx", "converter", "pandoc", - "document" + "document", + "cjk", + "chinese" ], "skills": [ "./doc-to-markdown"