Christian Oliff
Christian Oliff
Fix broken URL for demo Fix example code typo
I'd love to see support for native lazy-loading of images. I would imagine if it detected browser support for native lazy loading it would add `loading="lazy"` to images and if...
- [ ] Run tests - [ ] Update the [`CHANGELOG.md`][1] with a summary of your changes [1]: https://github.com/prettier/prettier-vscode/blob/main/CHANGELOG.md
*Issue #, if available:* *Description of changes:* YouTube capitalization fix By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Adds a `.cspell.json` config which works with the CLI, GitHub Action and VS Code extension. All false-positives have been added to this config so once merged there will be no...
We've merged several PRs to update the website in recent weeks but the site isn't deploying/updating. For example on this page: https://htmlhint.com/docs/user-guide/integrations/editor it should show the link to our new...
This config will NOT fail if it finds a typo, but it will be highlighted in the PR Review. It doesn't run on Dependabot PRs.
REF: https://lgtm.com/projects/g/htmlhint/HTMLHint/?mode=list There are a number of Inefficient regular expressions and other related issues in the codebase. PRs are welcome!
Adds GitHub's CodeQL Analysis to find any potential security issues in the codebase. It's unlikely to find anything serious as this repo is mainly just documentation, but it's worthwhile doing....
Google Fonts, Bootstrap, Font Awesome and others provide fonts in WOFF2 file format which offers smaller file sizes. It'd be good to see Ratchet include this font format too. Some...