-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy path6VJK.yaml
More file actions
29 lines (25 loc) · 812 Bytes
/
6VJK.yaml
File metadata and controls
29 lines (25 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
- name: Spec Example 2.15. Folded newlines are preserved for "more indented" and blank lines
from: http://www.yaml.org/spec/1.2/spec.html#id2761056
tags: spec folded scalar 1.3-err
yaml: |
>
Sammy Sosa completed another
fine season with great stats.
63 Home Runs
0.288 Batting Average
What a year!
tree: |
+STR
+DOC
=VAL >Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Average\n\nWhat a year!\n
-DOC
-STR
json: |
"Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Average\n\nWhat a year!\n"
dump: |
>
Sammy Sosa completed another fine season with great stats.
63 Home Runs
0.288 Batting Average
What a year!