Ver código fonte

Add missing blank lines in between list items

Lists with paragraphs as items need blank lines in between
items to generate correct layout.

Docker-DCO-1.1-Signed-off-by: Lance Chen <cyen0312@gmail.com> (github: Lance0312)
Lance Chen 11 anos atrás
pai
commit
b87cb76976
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      docs/sources/reference/api/registry_index_spec.md

+ 3 - 0
docs/sources/reference/api/registry_index_spec.md

@@ -644,17 +644,20 @@ You have 3 options:
     >     - X-Docker-Token: Token
     >         signature=123abc,repository=”foo/bar”,access=read
     >
+
 2.  Provide user credentials only
 
     > **Header**:
     > :   Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
     >
+
 3.  Provide Token
 
     > **Header**:
     > :   Authorization: Token
     >     signature=123abc,repository=”foo/bar”,access=read
     >
+
 ### 6.2 On the Registry
 
 The Registry only supports the Token challenge: