Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not convert img tab not in p tags #14

Open
leimiu opened this issue Feb 11, 2018 · 1 comment
Open

can not convert img tab not in p tags #14

leimiu opened this issue Feb 11, 2018 · 1 comment

Comments

@leimiu
Copy link

leimiu commented Feb 11, 2018

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

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

@elliotgao2
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants