Skip to content

Commit 367a53c

Browse files
authored
Merge pull request #1117 from thaJeztah/fix_descriptor_table
fix markdown table formatting
2 parents 24a0e97 + 344b098 commit 367a53c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ These fields all affect the `annotations` of the runtime configuration, and are
4747
| `os` | `annotations` | 1,2 |
4848
| `architecture` | `annotations` | 1,3 |
4949
| `variant` | `annotations` | 1,4 |
50-
| `os.version` | `annotations` | 1,5 |
51-
| `os.features` | `annotations` | 1,6 |
50+
| `os.version` | `annotations` | 1,5 |
51+
| `os.features` | `annotations` | 1,6 |
5252
| `author` | `annotations` | 1,7 |
5353
| `created` | `annotations` | 1,8 |
5454
| `Config.Labels` | `annotations` | |

descriptor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ See also [Registered Algorithms](#registered-algorithms).
8888

8989
Some example digest strings include the following:
9090

91-
digest | algorithm | Registered |
92-
--------------------------------------------------------------------------|---------------------|------------|
93-
`sha256:6c3c624b58dbbcd3c0dd82b4c53f04194d1247c6eebdaab7c610cf7d66709b3b` | [SHA-256](#sha-256) | Yes |
94-
`sha512:401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b372742...` | [SHA-512](#sha-512) | Yes |
95-
`multihash+base58:QmRZxt2b1FVZPNqd8hsiykDL3TdBDeTSPX9Kv46HmX4Gx8` | Multihash | No |
96-
`sha256+b64u:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564` | SHA-256 with urlsafe base64 | No |
91+
| digest | algorithm | Registered |
92+
|---------------------------------------------------------------------------|-----------------------------|------------|
93+
| `sha256:6c3c624b58dbbcd3c0dd82b4c53f04194d1247c6eebdaab7c610cf7d66709b3b` | [SHA-256](#sha-256) | Yes |
94+
| `sha512:401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b372742...` | [SHA-512](#sha-512) | Yes |
95+
| `multihash+base58:QmRZxt2b1FVZPNqd8hsiykDL3TdBDeTSPX9Kv46HmX4Gx8` | Multihash | No |
96+
| `sha256+b64u:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564` | SHA-256 with urlsafe base64 | No |
9797

9898
Please see [Registered Algorithms](#registered-algorithms) for a list of registered algorithms.
9999

0 commit comments

Comments
 (0)