tomd
tomd copied to clipboard
can not convert img tab not in p tags
trafficstars
html = """
<p>paragraph
<img src="https://github.com"></img>
</p>
<img src="https://github.com"></img>
"""
print tomd.convert(html)
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.