Skip to content

Commit

Permalink
fix: Correct markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
WCY-dt committed Aug 28, 2024
1 parent 95f1c02 commit c2577cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"markdownlint.config": {
"MD029": false, // Disable ordered list item prefix check
"MD033": false, // Disable inline HTML check
"MD034": false, // Disable bare URL check
"MD040": false, // Disable fenced code block style check
},
}
1 change: 0 additions & 1 deletion Cmake/找不到cl.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ is not a full path and was not found in the PATH.
```shell
cmake -G "MinGW Makefiles"
```

2 changes: 1 addition & 1 deletion Git/Git_LFS和GitHub_pages不兼容.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

也就是说,使用 Git LFS 存储在 GitHub 上的资源无法在 GitHub Pages 上看到——即便使用一些 actions 改动过也不行。[^1]

[^1]: https://zhouchenzc0824.github.io/2017/05/GitHub-pages-incompatibility-with-Git-LFS/
[^1]: https://zhouchenzc0824.github.io/2017/05/GitHub-pages-incompatibility-with-Git-LFS/
1 change: 0 additions & 1 deletion Go/go install换源.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
```shell
go env -w GOPROXY=https://goproxy.cn
```

0 comments on commit c2577cb

Please sign in to comment.