You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let blanksAtEnd =case blanks of
(l:_) -> l >= curline -1
_ ->Falselet blanksInside =caselength blanks of
n | n >1->True| n ==1->not blanksAtEnd
|otherwise->False
We were doing removeConsecutive which will remove runs of 2+ blank lines for this test.
However, the test for a blank at end fails after this. Should be easy to fix.
See jgm/pandoc#6589
The text was updated successfully, but these errors were encountered: