Skip to content

[Fix] Fix lint issues in Markdown. #40

@keli-wen

Description

@keli-wen

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
- yy

should be modified to:

xxxx

- xx
- yy

to render correctly.

Based on this, I want to:

  • use markdownlint to 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 request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions