tomd icon indicating copy to clipboard operation
tomd copied to clipboard

can not convert img tab not in p tags

Open leimiu opened this issue 7 years ago • 1 comments
trafficstars

html = """
<p>paragraph
<img src="https://github.com"></img>
</p>

<img src="https://github.com"></img>
"""
print tomd.convert(html)

leimiu avatar Feb 11 '18 14:02 leimiu

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.

elliotgao2 avatar Feb 13 '18 02:02 elliotgao2