feat(doc-to-markdown): CJK bold spacing, JSON pretty-print, 31 tests, full rename cleanup
- Add CJK bold spacing fix: insert spaces around **bold** spans containing CJK characters for correct rendering (handles emoji adjacency, already-spaced) - Add JSON pretty-print: auto-format JSON code blocks with 2-space indent - Add 31 unit tests covering all post-processing functions - Fix pandoc simple table detection (1-space column gaps) - Fix image path double-nesting when --assets-dir ends with 'media' - Rename all markdown-tools references across 15 files (README, QUICKSTART, marketplace.json, CLAUDE.md, meeting-minutes-taker, GitHub templates) - Add 5-tool benchmark report (Docling/MarkItDown/Pandoc/Mammoth/ours) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -122,7 +122,7 @@ claude plugin marketplace add https://github.com/daymade/claude-code-skills
|
||||
# In Claude Code use `/plugin ...`; in your terminal use `claude plugin ...`
|
||||
# Step 2: Install skills you need
|
||||
claude plugin install github-ops@daymade-skills
|
||||
claude plugin install markdown-tools@daymade-skills
|
||||
claude plugin install doc-to-markdown@daymade-skills
|
||||
# ... add more as needed
|
||||
|
||||
# Step 3: Restart Claude Code
|
||||
@@ -136,7 +136,7 @@ This table is a quick starter list. See [README.md](./README.md) for the full ca
|
||||
|-------|-------------|-------------|
|
||||
| **skill-creator** ⭐ | Create your own skills | Building custom workflows |
|
||||
| **github-ops** | GitHub operations | Managing PRs, issues, workflows |
|
||||
| **markdown-tools** | Document conversion | Converting docs to markdown |
|
||||
| **doc-to-markdown** | Document conversion | Converting docs to markdown |
|
||||
| **mermaid-tools** | Diagram generation | Creating PNG diagrams |
|
||||
| **statusline-generator** | Statusline customization | Customizing Claude Code UI |
|
||||
| **teams-channel-post-writer** | Teams communication | Writing professional posts |
|
||||
|
||||
Reference in New Issue
Block a user