Update ods2md.py
Co-authored-by: kennytm <kennytm@gmail.com>
This commit is contained in:
parent
c78eea2b00
commit
23596799a3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ DISPLAY_WIDTH = {
|
|||
'W': 2,
|
||||
}
|
||||
|
||||
LINEFEED_REGEX=re.compile('(\r\n|\r|\n)', flags=re.MULTILINE)
|
||||
LINEFEED_REGEX=re.compile('\r\n|[\r\n]')
|
||||
|
||||
def display_text(cell):
|
||||
v = cell.value
|
||||
|
|
Loading…
Reference in a new issue