md_format
Fix Markdown inconsistencies by normalizing fence spacing and blank lines around tables/headings. Preserves all content while keeping Wiki and Sublime Text previews consistent.
Instructions
Normalize an existing .md file (fence spacing, blank lines around tables/headings) without removing content. Keeps Wiki + Sublime preview consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inPlace | No | If true (default), overwrite the same file; otherwise write beside it as *.formatted.md. | |
| inputPath | Yes | Markdown file to normalize. |