Skip to content

Commit

Permalink
Turn off plugin causing formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Biggs committed Jan 14, 2025
1 parent 25a72fe commit fb15c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ exclude = ['en\.bitcoin\.it', 'github\.com/LibertyDSNP/spec', 'w3\.org']
enable = true

# https://github.com/jonahgoldwastaken/mdbook-external-links
[preprocessor.external-links]
# [preprocessor.external-links]
6 changes: 3 additions & 3 deletions pages/DSNP/UserData.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ DSNP implementations MUST support the following User Data Types:

| System Name | Version | Encryption Algorithm | Compression Codec | Avro Object Type |
| --- | --- | --- | --- | --- |
| <a name="public-follows">`publicFollows`</a> | 1.2 | NONE | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) |
| <a name="private-follows">`privateFollows`</a> | 1.2 | `curve25519xsalsa20poly1305` | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) |
| <a name="private-connections">`privateConnections`</a> | 1.2 | `curve25519xsalsa20poly1305` | [`DEFLATE`](https://en.wikipedia.org/wiki/Deflate) | [GraphEdge](Types/GraphEdge.md) |
| <a name="public-follows">`publicFollows`</a> | 1.2 | NONE | <a href="https://en.wikipedia.org/wiki/Deflate" title="" target="_blank">`DEFLATE`</a> | [GraphEdge](Types/GraphEdge.md) |
| <a name="private-follows">`privateFollows`</a> | 1.2 | `curve25519xsalsa20poly1305` | <a href="https://en.wikipedia.org/wiki/Deflate" title="" target="_blank">`DEFLATE`</a> | [GraphEdge](Types/GraphEdge.md) |
| <a name="private-connections">`privateConnections`</a> | 1.2 | `curve25519xsalsa20poly1305` | <a href="https://en.wikipedia.org/wiki/Deflate" title="" target="_blank">`DEFLATE`</a> | [GraphEdge](Types/GraphEdge.md) |
| <a name="private-connection-prids">`privateConnectionPRIds`</a> | 1.2 | NONE | NONE | [PRId](Types/PRId.md) |
| <a name="key-agreement-public-keys">`keyAgreementPublicKeys`</a> | 1.3 | NONE | NONE | [PublicKey](Types/PublicKeyUserData.md) |
| <a name="assertion-method-public-keys">`assertionMethodPublicKeys`</a> | 1.3 | NONE | NONE | [PublicKey](Types/PublicKeyUserData.md) |
Expand Down

0 comments on commit fb15c60

Please sign in to comment.