File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ In this example the value of the description field spans multiple lines::
130130 multiple lines with arbitrary line breaks.
131131
132132Alternatively, multiple-line strings can be written either as a 'literal block'
133- (using |), or a 'folded block' (using '>').
133+ (using |), or a 'folded block' (using '>') ::
134134
135135 description: >
136136 This is a long description for a software component that spans
137137 multiple lines with arbitrary line breaks.
138138
139- or
139+ or::
140140
141141 description: |
142142 This is a long description for a software component that spans
@@ -415,4 +415,4 @@ to verify the integrity of a file documented by an ABOUT file.
415415
416416Some examples::
417417
418- checksum_md5: f30b9c173b1f19cf42ffa44f78e4b96c
418+ checksum_md5: f30b9c173b1f19cf42ffa44f78e4b96c
You can’t perform that action at this time.
0 commit comments