Comments
Yadda supports both single and mutlline comments, which can occur anywhere in a feature specification.
Single Line Comments
# This is a single line comment
- Single line comments are any lines that start with a hash (#) character.
Multiline Comments
#####################
This is a
multiline comment
#####################
- Multiline comments are demarcated by three or more consecutive hash (#) characters.