Add conversion for line breaks tag br to tag text:line-break
This commit is contained in:
parent
7574963bdd
commit
1c0d742e0c
1 changed files with 5 additions and 1 deletions
|
|
@ -124,4 +124,8 @@ transform_map = {
|
|||
'li': {
|
||||
'replace_with': 'text:list-item'
|
||||
},
|
||||
}
|
||||
|
||||
'br': {
|
||||
'replace_with': 'text:line-break'
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue