Skip to content

Fix not being able to reflow certain blocks

Latest
Compare
Choose a tag to compare
@kmunson kmunson released this 24 Apr 18:37
· 2 commits to master since this release

Blocks with identical start and end markers and no line start pattern could not be reflowed if there was a trailing blank line after block end. Encountered this while trying to add support for Python docstrings.