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 2c2674e commit 61307e1Copy full SHA for 61307e1
.github/workflows/markdownlint-action.yml
@@ -7,8 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: markdownlint-cli
10
- uses: nosborn/github-action-markdown-cli@v3.3.0
+ uses: nosborn/github-action-markdown-cli@v3.4.0
11
with:
12
files: .
13
config_file: .markdownlint.jsonc
14
-
.markdownlint.jsonc
@@ -175,7 +175,12 @@
175
176
"MD033": {
177
// Allowed elements
178
- "allowed_elements": []
+ "allowed_elements": ["youtube"],
179
+ "ignorePatterns": [
180
+ {
181
+ "pattern": "^@\\[youtube\\]\\(.*\\)$"
182
+ }
183
+ ]
184
},
185
186
// MD034/no-bare-urls - Bare URL used
@@ -302,4 +307,4 @@
302
307
"//"
303
308
]
304
309
}
305
-}
310
+}
0 commit comments