|
@@ -108,7 +108,7 @@ class Trac2Markdown:
|
|
|
def __call__(self, content, slug):
|
|
|
self.slug = slug
|
|
|
|
|
|
- old_content = self.content_linebreak_pattern.sub("\\\\\\\\\n", content).splitlines()
|
|
|
+ old_content = self.content_linebreak_pattern.sub("<br/>", content).splitlines()
|
|
|
new_content = []
|
|
|
|
|
|
code_block = False
|