mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-23 09:49:42 +00: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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user