-
I need to use # This is comments
characters:
-
id: 0
name: "Ib"
age: 5
items:
- "rose"
- "red ribbons"
- "book"
-
id: 1
name: "Garry"
age: 20
items:
- "coat"
- "spider on head"
-
id: 666
name: "Mary"
age: 5
items:
- "whatever" But when I # This is comments
characters:
- id: 0
name: "Ib"
age: 5
items:
- "rose"
- "red ribbons"
- "book"
- id: 1
name: "Garry"
age: 20
items:
- "coat"
- "spider on head"
- id: 666
name: "Mary"
age: 5
items:
- "whatever" I don't want to modify the coding styles of the original |
Beta Was this translation helpful? Give feedback.
Answered by
eemeli
Jul 27, 2022
Replies: 1 comment
-
This output styling is currently not possible with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eemeli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This output styling is currently not possible with
yaml
.