-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The current markdown document has some basic formatting errors. Some of them have no impact, while others will affect the rendering effect. For example:
xxxx
- xx
- yyshould be modified to:
xxxx
- xx
- yyto render correctly.
Based on this, I want to:
- use
markdownlintto fix some obvious problems and - add an automated markdown lint checker in the future.
I found the issue when I read the #39.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request