Andrew Luo
Results
3
comments of
Andrew Luo
``` const bodyMarkdown = converter.makeMarkdown( bodyHtml, new JSDOM("", {}).window.document, ); ``` this works for me with JSDOM and showdown 2.1.0
+1, would be interested if theres any way to get the current page being viewed
I would really benefit from this functionality as right now our end users have no way of retrying a job run if it fails. Either a management API or even...