What problem does it solve?
Converts unstructured plain text or inconsistently formatted Markdown into clean, readable, and well-structured Markdown so readers can grasp key points quickly without changing the original content.
Core Features & Use Cases
- Frontmatter handling: Detects existing YAML frontmatter or creates it, and formats it consistently.
- Title & summary generation: Proposes multiple title and summary candidates (or auto-selects based on EXTEND.md).
- Structural analysis & formatting: Identifies headings, extracts lists from prose, marks code and commands, and improves heading hierarchy while preserving all original words.
- Typography & CJK support: Runs remark plugins and an autocorrect script to fix CJK/English spacing, emphasis punctuation, and optional quote replacement.
- Use Case: Prepare a blog draft or technical note for publishing by normalizing frontmatter, improving scannability, and applying consistent typography.
Quick Start
Please format the file article.md into a well-structured Markdown file and save the result as article-formatted.md.