Coder Social home page Coder Social logo

Comments (6)

andrejewski avatar andrejewski commented on September 6, 2024

Minimal case:

<table><tbody><tr><td><table><tbody></tbody></table></td></tr></tbody></table>

I will look into this when I have time.

from himalaya.

bhreinb avatar bhreinb commented on September 6, 2024

Lol it sure is. Thanks and let me know if you need any help reproducing this.

from himalaya.

andrejewski avatar andrejewski commented on September 6, 2024

@bhreinb The fix has been released in v0.2.11. Thank you for your contribution.

from himalaya.

bhreinb avatar bhreinb commented on September 6, 2024

thanks @andrejewski I got the latest 0.2.11 but this doesn't appear to be fixed as of yet....do you want me to send sample code and a test file? I think the minimal test scenario is missing embedding tr & td for example

OLD
<table><tbody><tr><td><table><tbody></tbody></table></td></tr></tbody></table>

NEW
<table><tbody><tr><td><table><tbody><tr><td></td><td></td></tr></tbody></table></td></tr></tbody></table>

The tr and td tags are been pushed to the top level table.

from himalaya.

andrejewski avatar andrejewski commented on September 6, 2024

Ah, I see. I made the parser demo to help with issues so usually a HTML snippet is fine and I can load it up in the demo and see the problem. This will take a very similar fix and test cases, hopefully I can get this fixed when I find some time.

from himalaya.

bhreinb avatar bhreinb commented on September 6, 2024

Hey @andrejewski thanks for the fix looks good. All the best.

from himalaya.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.