Skip to content

Commit 0899f34

Browse files
committed
chore: fix md lint
1 parent 2c2674e commit 0899f34

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/markdownlint-action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: markdownlint-cli
10-
uses: nosborn/github-action-markdown-cli@v3.3.0
10+
uses: nosborn/github-action-markdown-cli@v3.4.0
1111
with:
1212
files: .
1313
config_file: .markdownlint.jsonc
14-

.markdownlint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
"MD033": {
177177
// Allowed elements
178-
"allowed_elements": []
178+
"allowed_elements": ["youtube"]
179179
},
180180

181181
// MD034/no-bare-urls - Bare URL used
@@ -302,4 +302,4 @@
302302
"//"
303303
]
304304
}
305-
}
305+
}

docs/concepts/lifecycle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ Once the CID is replicated by another node, it is typically advertised to DHT by
5252

5353
Learn more about the lifecycle of data in IPFS in the following video:
5454

55+
<!-- markdownlint-disable MD033 -->
5556
@[youtube](iaVXRPsRCUc)
57+
<!-- markdownlint-enable MD033 -->

0 commit comments

Comments
 (0)