Daniel Ruf

Results 910 comments of Daniel Ruf

Probably related to the reordering of the attributes, I would say it's not a big issue for the moment.

Well, it is your extra space or ` ` not a bug to be exact. You would have to parse it twice.

Input (first): ```html ``` Output (first): ```html and ``` Input (second): ```html and ``` Output (second): ```html and ``` Trailing spaces in attributes are not a good idea in general...

> If anyone wants to help support that would be great. If we could find which packages need updating. Run `npm audit` for details. Please also see https://overreacted.io/npm-audit-broken-by-design/, not all...

``` d3-color =0.5.0 Depends on vulnerable versions of d3 node_modules/dagre-d3 mermaid 8.4.1 - 8.4.2 || 8.4.4 - 9.2.3-rc.1 Depends on vulnerable versions of dagre-d3 node_modules/mermaid @eventcatalog/core * Depends on vulnerable...

> i'll try to get an example working, have a good day! This would be really helpful.

> ```js > const puppeteer = require('.'); > ``` try this: > ```js > const puppeteer = require('puppeteer'); > ```

Probably `collapseInlineTagWhitespace` should be set to `false` (which should be already the default). I can reproduce it when I enable it: ![grafik](https://user-images.githubusercontent.com/827205/100349100-356a2900-2fe8-11eb-8add-dbc260f636d6.png) When I disable this option it does not...

> I tested your suggestion, but no hail at netlify. It looks like it might be only an issue there: https://github.com/philhawksworth/netlify-plugin-minify-html/issues/13

Would be great to have this PR at https://github.com/terser/html-minifier-terser too =)