Created
February 3, 2017 19:35
-
-
Save utoddl/dc1315185db220971381e53008f16f2a to your computer and use it in GitHub Desktop.
Simple YAML file showing comment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# This is a comment. | |
NoComments: | |
aa: "Not # a # comment." | |
bb: Also#not a comment. | |
cc: Also# not a comment. | |
dd: ' # not a comment ' | |
Comments: | |
dd: This #ends with a comment. | |
ee: This also # ends with a comment. | |
# This is also a comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment