Skip to content

Instantly share code, notes, and snippets.

@utoddl
Created February 3, 2017 19:35
Show Gist options
  • Save utoddl/dc1315185db220971381e53008f16f2a to your computer and use it in GitHub Desktop.
Save utoddl/dc1315185db220971381e53008f16f2a to your computer and use it in GitHub Desktop.
Simple YAML file showing comment
---
# 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