Overview
AST-based markdown and MDX formatter with Japanese text support. Built on top of the unified ecosystem with remark plugins.
Features
- AST-based formatting - Uses remark's AST for reliable formatting
- MDX support - Full support for MDX syntax including JSX components
- Japanese text formatting - Special handling for Japanese punctuation and URLs
- Docusaurus support - Preserves Docusaurus admonitions (:::note, :::tip, etc.)
- HTML block formatting - Proper indentation for HTML blocks (dl, table, ul, div, etc.)
- GFM features - Tables, strikethrough, task lists
- Frontmatter preservation - YAML frontmatter support
- CLI and API - Use as command-line tool or import as library
- Configurable - Customize component lists and rules via config file or API