Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upA blank line at the end of output. #379
Comments
This comment has been minimized.
This comment has been minimized.
Thank you for reporting this! |
This comment has been minimized.
This comment has been minimized.
Hm.. I think this is actually caused by Edit: this is caused by the combination of ANSI codes that are printed by |
This comment has been minimized.
This comment has been minimized.
Couldn't this be related to #434? Maybe there is an extra newline when using with |
This comment has been minimized.
This comment has been minimized.
No, I don't think it is related. I think the problem is the following. Say we have a file "test.md" with content "foo":
When we output this file via bat, we see the wrong behavior (notice the additional empty line):
To see what
We can see that I think it is this additional (empty) line including the
|
This comment has been minimized.
This comment has been minimized.
We can also confirm this by using
We could potentially fix this inside
|
This comment has been minimized.
This comment has been minimized.
Fixed in v0.10.0. |
When using the “--style plain” parameter, there will be a blank line at the end of the output.