-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spec] Allow Empty Lines #50
Comments
Allowing empty lines seems reasonable as they can be useful for grouping and are dropped easily. |
Given there are no other comments I think we can vote on this now with these options:
|
Final Result: Empty LinesDear all, we have a final result for this issue. Its Option 2 (4 Votes):
|
Suggestion
Currently the spec does not specify how implementations should handle empty lines. I'd like to suggest an addition to the spec that empty line should be ignored. Furthermore I'd like to suggest that implementations should ignore lines that consist only of whitespace (to be defined by #46).
Use case
There are several use cases:
Extra info/examples/attachments
Currently implementations have different behavior as far as I can tell:
Additionally we could also allow leading whitespace (i.e. whitespace before the
#
in a header or before the note type in the body of a file). However, this does not seem quite as useful to me.The text was updated successfully, but these errors were encountered: