upndown icon indicating copy to clipboard operation
upndown copied to clipboard

HTML to Markdown javascript converter

Results 4 upndown issues
Sort by recently updated
recently updated
newest added

Fix README Nodejs sample code and added index.js example file. For your consideration.

Thank you for this amazing package. I wonder if it would be possible to somehow make a smaller bundle for client-side conversion of HTML to Markdown? I found this package...

Callback style APIs are really a thing of the past now that `async/await` are available in node > 7 ! `upndown.convert(html)` should return a Promise when no callback is provided...