You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be cool to have a feature that allows for output in less or something in Terminal. More like ruby's ri command. So that people could use this in vim / tmux etc...
I like the idea, but sadly the state of converting HTML to markdown is dire at the moment. As far as I can tell all the html-to-md converters depend on jsdom to parse the markup and present a traversable tree. The problem is that jsdom@4 is io.js only, and as far as I can tell the older versions of jsdom don't even compile on io.js!
I've pushed some preliminary work to the output-as-markdown branch. I'm happy to discuss this feature more while we wait for node and io.js to reconcile.
It might be cool to have a feature that allows for output in less or something in Terminal. More like ruby's ri command. So that people could use this in vim / tmux etc...
Perhaps using the https://www.npmjs.com/package/to-markdown package?
Would you be interested in a pull request?
The text was updated successfully, but these errors were encountered: