Loading...
Loading...
Compare original and translation side by side
| Formatting Area | Load Resource | Common Issues |
|---|---|---|
| Headers, document structure, hierarchy | | Skipped levels, underline-style, spacing |
| Lists, nesting, indentation | | Inconsistent markers, wrong indentation |
| Code blocks, inline code, emphasis | | Missing language IDs, wrong markers |
| Links, images, references, alt text | | Bad link text, missing alt text |
| Spacing, tables, final polish | | Inconsistent spacing, table alignment |
| 格式化领域 | 加载资源 | 常见问题 |
|---|---|---|
| 标题、文档结构、层级 | | 层级跳跃、下划线格式、间距问题 |
| 列表、嵌套、缩进 | | 标记不一致、缩进错误 |
| 代码块、行内代码、强调格式 | | 缺少语言标识、标记错误 |
| 链接、图片、引用、替代文本 | | 链接文本描述性差、缺少替代文本 |
| 间距、表格、最终优化 | | 间距不一致、表格对齐问题 |
##-*+-*+resources/headers-hierarchy.mdresources/headers-hierarchy.mdheaders-hierarchy.mdlists-nesting.mdcode-emphasis.mdlinks-images.mdheaders-hierarchy.mdlists-nesting.mdcode-emphasis.mdlinks-images.mdresources/spacing-tables.mdresources/spacing-tables.md./skills/markdown-formatter/scripts/validate-markdown.sh file.md./skills/markdown-formatter/scripts/validate-markdown.sh file.md<!-- Before: mixed markers -->
* Item 1
+ Item 2
- Item 3
<!-- After: consistent -->
- Item 1
- Item 2
- Item 3resources/lists-nesting.md<!-- Before: mixed markers -->
* Item 1
+ Item 2
- Item 3
<!-- After: consistent -->
- Item 1
- Item 2
- Item 3resources/lists-nesting.md<!-- Before -->
<!-- After -->
```bash
npm install→ Load `resources/code-emphasis.md`<!-- Before -->
<!-- After -->
```bash
npm install→ 加载`resources/code-emphasis.md`<!-- Before --><!-- Before -->→ Load `resources/headers-hierarchy.md`→ 加载`resources/headers-hierarchy.md`<!-- Before -->
Click [here](url) for details
<!-- After -->
See the [installation guide](url)resources/links-images.md<!-- Before -->
Click [here](url) for details
<!-- After -->
See the [installation guide](url)resources/links-images.md<!-- Before -->

<!-- After -->
resources/links-images.md<!-- Before -->

<!-- After -->
resources/links-images.md| Priority | Category | When to Address | Load Resource |
|---|---|---|---|
| 1 | Structure | First pass—headers, hierarchy | headers-hierarchy.md |
| 2 | Lists | Check consistency, indentation | lists-nesting.md |
| 3 | Code | Verify blocks have language IDs | code-emphasis.md |
| 4 | Links/Images | Descriptive text, alt text | links-images.md |
| 5 | Spacing | Final polish, cleanup | spacing-tables.md |
| 优先级 | 分类 | 处理时机 | 加载资源 |
|---|---|---|---|
| 1 | 结构 | 首次处理——标题、层级 | headers-hierarchy.md |
| 2 | 列表 | 检查一致性、缩进 | lists-nesting.md |
| 3 | 代码 | 验证代码块是否有语言标识 | code-emphasis.md |
| 4 | 链接/图片 | 描述性文本、替代文本 | links-images.md |
| 5 | 间距 | 最终优化、清理 | spacing-tables.md |
| Resource | Lines | Coverage |
|---|---|---|
| headers-hierarchy.md | 250+ | Headers, hierarchy, structure |
| lists-nesting.md | 350+ | Lists, nesting, indentation |
| code-emphasis.md | 300+ | Code blocks, inline code, emphasis |
| links-images.md | 400+ | Links, images, alt text, references |
| spacing-tables.md | 350+ | Spacing, tables, document polish |
| 资源 | 行数 | 覆盖范围 |
|---|---|---|
| headers-hierarchy.md | 250+ | 标题、层级、结构 |
| lists-nesting.md | 350+ | 列表、嵌套、缩进 |
| code-emphasis.md | 300+ | 代码块、行内代码、强调格式 |
| links-images.md | 400+ | 链接、图片、替代文本、引用 |
| spacing-tables.md | 350+ | 间距、表格、文档优化 |
./skills/markdown-formatter/scripts/validate-markdown.sh file.md./skills/markdown-formatter/scripts/validate-markdown.sh file.md--