mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 16:57:03 +08:00
Fix handling of tables, take 3
This commit is contained in:
parent
5d0adb6d74
commit
dedc17c1c9
@ -178,7 +178,7 @@ def release(args):
|
|||||||
if code_block:
|
if code_block:
|
||||||
changes += line
|
changes += line
|
||||||
continue
|
continue
|
||||||
if line == '\n' or re.match(r'^\s*\|', line):
|
if line == '\n' or re.match(r'^\s*\|.*', line):
|
||||||
changes += line
|
changes += line
|
||||||
if stripped:
|
if stripped:
|
||||||
changes += line
|
changes += line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user