-
Notifications
You must be signed in to change notification settings - Fork 0
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
Blocks without comments are ignored #4
Comments
I'll take a look at the parsing code, newlines in explanations weren't supported yet. In the meantime you can work around it by removing the newlines, or adding another note in the file ;) |
I've pushed some commits for this to https://github.com/bittersweet/notes/tree/support_newlines, please let me know how that works out for you. I've tested it with your example and it looks good, but curious if you have more situations. |
@bittersweet I tried this out and it is working properly 👍 |
Get it while it's hot https://github.com/bittersweet/notes/releases/tag/v0.7.0 Thanks for the bug report and testing✌️ |
I have the following notes file:
And when I print it out with
notes
, it ignores the block that has no precedent comment line (the second ruby block).Check out the screenshot attached
The text was updated successfully, but these errors were encountered: