Skip to content

Markdownlint not catching extra blank line at end of document #29

@kmuncie

Description

@kmuncie

I expect the following to fail:

line 1
line 2

We have two rules which seem to be relevant:

"no-multiple-blanks": { "maximum": 2 },
"single-trailing-newline": true,

Is there a way to enforce the end of a document not containing an extra empty line?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions