How to comment in Yaml code example
Example 1: How to comment in Yaml
# this is single line comment.
#Also,
#Yaml Dosent Support multiline comments
#So you might have to comment multiple lines in this way
Example 2: yaml comment
# this is a line comment
# Yaml does not support block-comments