I expect the following to fail: ```markdown 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?