-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
A blank line at the end of output. #379
Comments
Thank you for reporting this! |
Hm.. I think this is actually caused by Edit: this is caused by the combination of ANSI codes that are printed by |
Couldn't this be related to #434? Maybe there is an extra newline when using with |
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
|
We can also confirm this by using
We could potentially fix this inside
|
Fixed in v0.10.0. |
When using the “--style plain” parameter, there will be a blank line at the end of the output.
The text was updated successfully, but these errors were encountered: