Giter Site home page Giter Site logo

Use DOMDocument for html parsing? about markdown HOT 3 CLOSED

cebe avatar cebe commented on May 14, 2024
Use DOMDocument for html parsing?

from markdown.

Comments (3)

samdark avatar samdark commented on May 14, 2024

While it may save significant amout of code, DOMDocument is proved to be not so stable and not so fast.

from markdown.

cebe avatar cebe commented on May 14, 2024

The class is quite big (though smaller than other things I've seen). For my taste, further splitting it up would be a good idea. But I did not look close enough to decide if this is possible.

I have plans using traits to split out some parts that are reused in other flavors. Have only done this for table support until now. In general it all belongs to the markdown flavor so it has to be in the class. splitting up is only useful if there is a real benefit.

About DOMTree:

are you suggesting to turn everything into HTML and use domtree to parse sub elements? Or use DOM only for the HTML parts in the markdown?
First thing does not work as this lib can also be used to transform markdown to some different languages like LaTeX for example. See https://github.com/cebe/markdown-latex

Using DOM to improve native HTML support could be an option. Current HTML support is not really good right now. Will check that out.

from markdown.

cebe avatar cebe commented on May 14, 2024

since this issue has been created the library has go an abstract syntax tree, not using DOM as it is not only HTML. Nothing to do here as far as I see.

from markdown.

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.