Fix paragraph separation

This commit is contained in:
Andrew Cassidy 2021-04-18 17:11:09 -07:00
parent f6f7a8b500
commit fa97e9154b

View File

@ -112,6 +112,7 @@ class Changelog:
elif line.isspace():
# skip empty lines
in_block = False
pass
elif match := re.fullmatch(r'###\s+(\S*?)(\s+#*)?', line):