Bug: [Consecutive Blank Lines]: Whitespace in consecutive empty lines results in them not being removed upon linting #529
Labels
bug
Something isn't working
markdown
General Markdown or Markdown related issue or feature
resolution/update-made
A change has been made that should resolve this issue or request
Describe the Bug
The rule Consecutive Blank lines is supposed to condense any number of blank lines into one. "Blank" is an arbitrary word in this case, because - at least to me - it suggests that lines containing solely whitespace (spaces, tabs, etc) should be treated as empty - after all, they don't contain printable characters.
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
I'd expect that a line containing pure whitespace is treated as an empty line (and is considered for the purpose of the rule). This means that any number of lines (≥2) that contain either
are to be considered empty, and therefore removed by the linter.
Expected output if applicable:
Actual output:
Screenshots
/
Device
Mobile, not checked on mobileAdditional Context
Version/Installer Version: 1.0.3
Plugin Version: 1.8.0
The text was updated successfully, but these errors were encountered: