Don Park

Results 57 comments of Don Park

thx for the bug report @Dan503. thought this was working before but apparently not now. @aichholzer are you there? I've pinged you before but you haven't responded.

bug confirmed. bug seems to be isolated to `datalist` element which is weird. added to my todo-when-not-busy list. thx.

Turns out problem is fairly deep, stemming from using `jsdom-little` which is based on an old fork of `jsdom` and lacks definitions for `datalist` tag. Switching to latest `jsdom` does...

Looks like you've put a lot of work into this PR. But I am going to defer merging it because, at least to me, it seems overly elaborate and opinionated....

Well, the thing is I don't use `br` in my apps. While the tag is useful sometimes while hacking to try this and that to find a workaround for CSS...

Forks are always welcome but conversion from CoffeeScript to ES6 won't add much value so I'd like to encourage you to try replacing the DOM-based conversion to HTML parser level...

Looks like most of the unit tests fails under Node 0.11.x with similar symtom (child nodes missing or truncated). Primary suspect is HTML parser or DOM implementation modules because html2jade...

just tried with same result which is not surprising since `jsdom-little` hasn't changed. do _have to_ run html2jade under node 0.11.x?

sorry but chrome, the browser, does not have node.js inside of it.

Yes, Atom uses both Chrome and Node.js. Have you tried running html2jade in the browser? See **Programmatic Usage** section of the README.md file for example. If you're using tools like...