Skip to content

Commit bb39448

Browse files
committed
Merge pull request #8 from iDGS/patch-6
_two spaces_ for indentation?
2 parents 3f8c925 + 69f5603 commit bb39448

File tree

1 file changed

+12
-12
lines changed
  • content/pages/1.guides/5.yaml-101

1 file changed

+12
-12
lines changed

content/pages/1.guides/5.yaml-101/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ You can preserve any line breaks in your string block, which is useful when writ
7373

7474
```language-yaml
7575
lyrics: |
76-
Pierce I don't need you in my band
77-
I don't need your heart or your hand
78-
Oh I don't need you in my life
79-
All you do is cause me such strife
76+
Pierce I don't need you in my band
77+
I don't need your heart or your hand
78+
Oh I don't need you in my life
79+
All you do is cause me such strife
8080
```
8181

8282
### Collapsing newlines
@@ -85,14 +85,14 @@ Completely ignore those line breaks with a `>`, and indent the rest of the conte
8585

8686
```language-yaml
8787
test: >
88-
These
89-
lines will
90-
be collapsed
91-
into a single
92-
paragraph.
93-
94-
And blank lines are
95-
paragraph breaks.
88+
These
89+
lines will
90+
be collapsed
91+
into a single
92+
paragraph.
93+
94+
And blank lines are
95+
paragraph breaks.
9696
```
9797

9898
YAML doesn't stop at string values. Let's go deeper, and as we do it's important to note something important. In fact it's so important we noted its importance with notably incorrect grammar.

0 commit comments

Comments
 (0)