mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
Fix paragraph separation
This commit is contained in:
parent
f6f7a8b500
commit
fa97e9154b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user