We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9b636 commit 844e148Copy full SHA for 844e148
.github/workflows/markdownlint.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
16
- name: run markdownlint
17
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
+ uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
18
with:
19
globs: |
20
**/*.md
.markdownlint.yaml
@@ -10,3 +10,6 @@ MD013:
10
MD033:
11
# Allowed elements
12
allowed_elements: [ 'details', 'summary' ]
13
+
+# MD059/link-text-should-be-descriptive : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
+MD059: false
0 commit comments