- 1
Please answer following Yaml Question
Consider the document content as {Automation, Data Science,Devops,cloud computing} Create a YML which starts with separation directives and then use three formats like Conventional block format , inline format, folded text format. Elaborate the content with one line comment
5 ответов
+ 6
anshu kulshrestha
What you are exacty willing to know? The question or for making a readmade code?
+ 6
anshu kulshrestha
Sure! Where's your attempt?
0
Thanks Piyush[21 Dec❤️] for ur response.
I want the answer for this question
0
Piyush[21 Dec❤️]
Here it goes...
--- # Conventional Block format
- Automation
- Data Science
- Devops
- cloud computing
--- # Inline Format
[Automation, Data Science, Devops, cloud computing]
--- # Folded Text Format
Automation: Hi
Data Science: Hello
Devops: Bi
cloud computing: Ru
0
what the the best solution for that YAML programme and where to get it?