-
Can this be used with the 11ty Vite plugin?
It doesn't appear to be purging unused css.
-
Our tests have gotten way more flaky recently. Often I have to re-run failed jobs 4 or more times to get a fully passing run on a PR. There seem to be several sources of flakiness, increasing the chan…
-
Flow control — conditionals and loops — is handled with render functions. This is powerful, since you can write arbitrary JavaScript, but it’s a bit ugly in the template. Even a simple loop listing po…
-
It keeps the previous shortcode function around, for some reason. Still investigating!
You can see this on `eleventy-base-blog` by running `npm start` and saving `eleventy.config.js`. This blows aw…
-
Prism allows convenient diff line highlighting with preservation of underlying syntax highlighting via a Diff Highlight plugin: https://prismjs.com/plugins/diff-highlight/
However, trying to use it…
-
I'm minifying HTML output with Transform "html-minifier": "^4.0.0" plugin and "@11ty/eleventy": "^2.0.0"
```
//.eleventy.js
const htmlmin = require("html-minifier");
module.exports = functio…
-
Looking to upgrade to [[3.0.3]](https://github.com/x-govuk/govuk-eleventy-plugin/tree/v3.0.3) after seeing https://github.com/x-govuk/govuk-eleventy-plugin/issues/60 but having an issue. Think it migh…
-
It would be neat if we could not only explain how to use fetch to get the weather, but also demonstrate fetching the weather data. For example, we could have a button, and when the user clicks the but…
-
Removing lines 50 and 54 in EleventyVite.js (in https://github.com/11ty/eleventy-plugin-vite/commit/6bae645d9cbb9337fece210b914ca14f88b75f80) leads to Rollup generating empty JS files again (also see …
-
Hello,
I am encountering an issue when using symbols or braces for subscripts.
## Example
In a `.md` file I write
```markdown
## Main Project
My research project concerns the sets pictured be…