Skip to content

Commit de6cff7

Browse files
committed
fix: resolve markdownlint errors in IPIPs
1 parent 809c77a commit de6cff7

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"single-trailing-newline": false,
1010
"link-fragments": false,
1111
"line-length": false,
12-
"blanks-around-fences": false
12+
"blanks-around-fences": false,
13+
"no-inline-html": false
1314
}

src/ipips/ipip-0001.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ modified by the IPIP.
9797

9898
</details>
9999

100-
101100
### Long-term plan
102101

103102
[Specs Stewards] will adjust the process based on usage patterns.

src/ipips/ipip-0328.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public
176176
[DAG-JSON]: https://ipld.io/docs/codecs/known/dag-json/
177177
[DAG-CBOR]: https://ipld.io/docs/codecs/known/dag-cbor/
178178
[CAR]: https://ipld.io/specs/transport/car/
179-
[ipfs/in-web-browsers/issues/182]: https://github.com/ipfs/in-web-browsers/issues/182
180-
[ipfs/specs/pull/328]: https://github.com/ipfs/specs/pull/328
181-
[ipfs/kubo/issues/8823]: https://github.com/ipfs/kubo/issues/8823
182-
[ipfs/kubo/pull/9335]: https://github.com/ipfs/kubo/pull/9335
183179
[ipfs/go-ipfs/issues/7552]: https://github.com/ipfs/go-ipfs/issues/7552
184180
[f-dag-pb]: https://dweb.link/ipfs/bafybeiegxwlgmoh2cny7qlolykdf7aq7g6dlommarldrbm7c4hbckhfcke
185181
[f-dag-pb-json]: https://dweb.link/ipfs/bafkreidmwhhm6myajxlpu7kofe3aqwf4ezxxn46cp5fko7mb6x74g4k5nm

src/ipips/ipip-0351.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ retrieval of IPNS records over HTTP as [application/vnd.ipfs.ipns-record](https:
5555
This IPIP got ratified before
5656
[gateway-conformance](https://github.com/ipfs/gateway-conformance) existed.
5757

58-
5958
The [reference implementation in Kubo 0.19](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.19.md#signed-ipns-record-response-format)
6059
provides reusable [assertions](https://github.com/ipfs/kubo/blob/v0.19.2/test/sharness/t0124-gateway-ipns-record.sh).
6160

src/ipips/ipip-0386.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ using the `_redirects` file:
5454
- `http://example-org.ipns.{gateway}/correct/path` as defined in
5555
`_redirects`file
5656

57-
5857
## Detailed design
5958

6059
This IPIP suggests the following resolution steps for DNSLink names, CIDs
@@ -154,7 +153,6 @@ Requesting an existing resource on the Path Gateway URL in `kubo` already
154153
returns a 301 redirect: client expectation is for the behavior to be the same
155154
for invalid paths.
156155

157-
158156
### Security
159157

160158
Security should not be compromised as the resource is not delivered from the

0 commit comments

Comments
 (0)