LLMQuant / LLMQuant/quant-wiki

[Fix] Fix lint issues in Markdown.

Open
#40 0 comments 0 reactions 1 assignee View on GitHub

@keli-wen is already working on this.

Since Feb 2, 2025.

enhancement
Dominant language
No language data
Stars
4.2k
Forks
336
PR merge metrics
No merged PRs in 30d

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:

```markdown
xxxx
- xx
- yy
```

should be modified to:

```markdown

xxxx

- xx
- yy
```

to render correctly.

Based on this, I want to:
- [x] use [`markdownlint`](https://github.com/DavidAnson/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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.