mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix handling of tables, take 3
This commit is contained in:
@ -178,7 +178,7 @@ def release(args):
|
||||
if code_block:
|
||||
changes += line
|
||||
continue
|
||||
if line == '\n' or re.match(r'^\s*\|', line):
|
||||
if line == '\n' or re.match(r'^\s*\|.*', line):
|
||||
changes += line
|
||||
if stripped:
|
||||
changes += line
|
||||
|
Reference in New Issue
Block a user