Correct tail handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user