Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Jun 10, 2024
1 parent 7a8e98c commit 3b10434
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v11
with:
config: "./custom.markdownlint.jsonc"
config: "./.markdownlint.json"
globs: |
*.md
!test/*.md
File renamed without changes.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@
git checkout master
git pull
```
# Lint

Check failure on line 76 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint

Multiple top-level headings in the same document

CONTRIBUTING.md:76 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# Lint"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md025.md
```shell
markdownlint-cli2 "**/*.md" --config ./.markdownlint.json
```
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ For example, the code snippet below demonstrates how to display a dark-themed Bi
## Ordered

Mac: <kbd>command+shift+7</kbd>

Windows: <kbd>control+shift+7</kbd>

```md
Expand Down Expand Up @@ -832,6 +833,7 @@ Windows: <kbd>control+shift+7</kbd>
## Unordered

Mac: <kbd>command+shift+8</kbd>

Windows: <kbd>control+shift+8</kbd>

```md
Expand Down Expand Up @@ -1304,4 +1306,4 @@ You can write JSX in your markdown document using [MDX](https://mdxjs.com/).
4. Markdown preview for Sublime Text 3 - [Packagecontrol](https://packagecontrol.io/packages/MarkdownPreview)
5. Markdown preview Visual Studio Code - [Markdown Preview Enhanced](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced)
6. A collection of awesome markdown goodies - [Awesome Markdown](https://github.com/mundimark/awesome-markdown)
7. Markdownlint - [markdownlint](https://github.com/DavidAnson/markdownlint), [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2), [markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action)
7. Markdownlint - [markdownlint](https://github.com/DavidAnson/markdownlint), [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2), [markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action), [vscode-markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

0 comments on commit 3b10434

Please sign in to comment.