scikit-hep / scikit-hep.github.io

Pages defining the website of the Scikit-HEP project.
https://scikit-hep.org
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

[pre-commit.ci] pre-commit autoupdate #321

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

matthewfeickert commented 1 year ago

Is there a way to tell prettier that img is a self closing tag and doesn't need a terminator?

https://github.com/scikit-hep/scikit-hep.github.io/blob/5cbafbbf9de0cf230e61fe163233b87747e8d43a/_includes/package_table.html#L15-L19

eduardo-rodrigues commented 1 year ago

It would be nice! Did you/somebody try having the whole thing in a single line so that the related "/>" is found? It probably makes no difference.

And what if one had a space so logo" /> instead of logo"/>?

eduardo-rodrigues commented 1 year ago

Fixed this, finally, via MR https://github.com/scikit-hep/scikit-hep.github.io/pull/323!