You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that newline parameter is not used. I can make a pull request, but it's my first use of this tools, so please confirm that i should just replace "\n" by self.newline.
It seems also that it's a bug from rtf to text between newline from paragraph and newline from newline... But i must investigate to see exactly why.
The text was updated successfully, but these errors were encountered:
Don't know if it's a problem with plaintext writer (it's ok if i remove self.target.write('\n') from go or from paragraph) or if the problem come from rtf reader.
It seems that newline parameter is not used. I can make a pull request, but it's my first use of this tools, so please confirm that i should just replace "\n" by self.newline.
It seems also that it's a bug from rtf to text between newline from paragraph and newline from newline... But i must investigate to see exactly why.
The text was updated successfully, but these errors were encountered: