GithubHelp home page GithubHelp logo

Comments (5)

donpark avatar donpark commented on June 10, 2024

Take a look at lib/html2jade.coffee file. You see that it exports several classes as well as convert method.

bin/html2jade command just takes input-path and passes it to convert which passes it on to Parser instance. Parser outputs an instance of DOM document. All that should be needed is:

  1. additional Parser method to parse HTML string instead of HTML file input path.
  2. variation of convert method that invokes the new parser method.

Another option is to just call jsdom yourself to parse then pass the result document then call Converter.document method.

I'll try to do this myself soonish but if you need it urgently, feel free.

from html2jade.

donpark avatar donpark commented on June 10, 2024

@balupton, please give the latest version in github (not npm) a try. I've added a method convertHtml for your need.

from html2jade.

balupton avatar balupton commented on June 10, 2024

Will do. Not sure I'll get to it today, but will definitely get to it :-) Thanks!

from html2jade.

donpark avatar donpark commented on June 10, 2024

Requested feature is in 0.0.7. Please open a new issue if feature is not working as intended.

from html2jade.

balupton avatar balupton commented on June 10, 2024

Worked beautifully. Thanks!

from html2jade.

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.