Fix merge conflicts

This commit is contained in:
Griatch 2019-03-04 22:32:51 +01:00
commit 90b42ca6fb
47 changed files with 1682 additions and 201 deletions

View file

@ -215,6 +215,7 @@ class TextToHTMLparser(object):
text (str): Processed text.
"""
return text
return text.replace(r'\n', r'<br>')
def convert_urls(self, text):