Web Browser
All of them
Describe the bug
- Go to Quick Tip: Inline Minified JavaScript or Quick Tip: Super Simple CSS Concatenation.
- Copy the example code snippet.
- Run it with Eleventy
The HTML comments are carried over to the HTML output. Instead, it makes more sense to have them stripped by using {# … #} Nunjucks comments.
Files that would need editing under https://github.com/11ty/11ty-website/tree/main/src/docs/quicktips
Screenshots
No response
Web Browser
All of them
Describe the bug
The HTML comments are carried over to the HTML output. Instead, it makes more sense to have them stripped by using
{# … #}Nunjucks comments.Files that would need editing under https://github.com/11ty/11ty-website/tree/main/src/docs/quicktips
Screenshots
No response