Correct tail handling

This commit is contained in:
Matthew Tretter
2012-06-29 13:46:45 -04:00
parent d73b8d4c4d
commit 22c5b2cade

View File

@@ -45,8 +45,8 @@ class MarkdownConverter(object):
while len(node):
del node[0]
node.text = text
node.tail = ''
def __getattr__(self, attr):
# Handle heading levels > 2