can not convert img tab not in p tags
Opened this issue · 1 comments
leimiu commented
html = """
<p>paragraph
<img src="https://github.com"></img>
</p>
<img src="https://github.com"></img>
"""
print tomd.convert(html)
elliotgao2 commented
Maybe it is a bug. I don't consider this situation.
The tomd library could only works well with the HTML page that converted from a markdown right now.