mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #30] Don't print empty lines on valid Markdown #24
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adriangrigore on GitHub (Sep 13, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/30
When validating successfully a
.mdfile, the utility prints an empty new line. This is not needed IMO.@DavidAnson commented on GitHub (Sep 14, 2016):
@adriangrigore, I think you're referring to the command-line version of
markdownlint, right? When I run that with a clean file, I do seem to see an extra line in the output. If that's what you have in mind, could you please open an issue in the corresponding repository: https://github.com/igorshubovych/markdownlint-cliIf not, could you please explain what you're seeing in a bit more detail?
Thanks!
@DavidAnson commented on GitHub (Sep 16, 2016):
I've quickly verified removing the line identified in the related issue does what's requested, so I'm closing this issue to allow that one to track the request. Thanks!