Add many tests and support image tag
This commit is contained in:
@@ -229,6 +229,9 @@ class MarkdownConverter(object):
|
||||
src = el.attrs.get('src', None) or ''
|
||||
title = el.attrs.get('title', None) or ''
|
||||
title_part = ' "%s"' % title.replace('"', r'\"') if title else ''
|
||||
if convert_as_inline:
|
||||
return alt
|
||||
|
||||
return '' % (alt, src, title_part)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user