0 purchases
mdformathook 0.0.5
md-format
A pre-commit hook that formats .md files. It automatically adds reasonable spaces between Chinese and English and corrects the case of special nouns.
For pre-commit: see https://github.com/pre-commit/pre-commit
Using md-format with pre-commit
Add this to your .pre-commit-config.yaml :
- repo: https://github.com/PKUcoldkeyboard/md-format
rev: 0.0.5
hooks:
- id: md-format
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.