upndown
upndown copied to clipboard
HTML to Markdown javascript converter
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...