Skip to content

Add support for inline elements #16

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

Open
andrew0x0007c8 opened this issue Jul 13, 2019 · 1 comment
Open

Add support for inline elements #16

andrew0x0007c8 opened this issue Jul 13, 2019 · 1 comment

Comments

@andrew0x0007c8
Copy link

andrew0x0007c8 commented Jul 13, 2019

Parse string "<p>111<span>222</span>333</p>"
then doc.to_string() will return wrong result "<p>111333<span>222</span></p>"

@dvtomas
Copy link

dvtomas commented Aug 1, 2019

I believe this would work as you expect with my branch (although I haven't tried). See #10 for details.

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