summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--markdown/treeprocessors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/markdown/treeprocessors.py b/markdown/treeprocessors.py
index 7767347..e02a505 100644
--- a/markdown/treeprocessors.py
+++ b/markdown/treeprocessors.py
@@ -406,8 +406,6 @@ class PrettifyTreeprocessor(Treeprocessor):
for e in elem:
if self.md.is_block_level(e.tag):
self._prettifyETree(e)
- if not elem.tail or not elem.tail.strip():
- elem.tail = i
if not elem.tail or not elem.tail.strip():
elem.tail = i