Skip to content

Commit

Permalink
Suppres MarkdownLinkt rule MD051 (#3933)
Browse files Browse the repository at this point in the history
To not flag tab anchors
  • Loading branch information
roji authored Jul 18, 2022
1 parent ed9bec2 commit 3ed0c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x

- name: Run Markdownlint
run: |
Expand Down
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"MD046": {
"style": "fenced"
},
"MD051": false,
"DOCSMD010": false
}

0 comments on commit 3ed0c8b

Please sign in to comment.