Merge branch 'master' of github.com:christopher-ramirez/secretary
This commit is contained in:
commit
47207c76ca
3 changed files with 4 additions and 1 deletions
|
|
@ -451,6 +451,8 @@ class Renderer(object):
|
|||
return (
|
||||
value.replace('\n', Markup('<text:line-break/>'))
|
||||
.replace('\t', Markup('<text:tab/>'))
|
||||
.replace('\x0b', '<text:space/>')
|
||||
.replace('\x0c', '<text:space/>')
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue