-
### Steps to reproduce
Add the example `{{ myShortcode 'arg1', 'arg2' }}` from the README to a Vento template.
### Expected behavior
Successful build.
### Actual behavior
```
[11ty] Problem writ…
-
Trying to use this plugin, I get the following error:
[11ty] Eleventy Error (CLI):
[11ty] 1. Error in your Eleventy config file '.eleventy.js'. (via EleventyConfigError)
[11ty] 2. require() of ES…
-
11ty will typically pass a markdown file through liquid either before or after markdown-it has had a go (I forget which order) while this plugin seems to only pass it through markdown-it. This means t…
-
### Operating system
Ubuntu
### Eleventy
3.0.0
### Describe the bug
I started encountering a strange issue. htmlBase (https://www.11ty.dev/docs/plugins/html-base/) started outputting th…
-
### Operating system
Windows 11 24H2
### Eleventy
3.0.0
### Describe the bug
Hi,
I'm having issues after upgrading my blog repo to 11ty 3.0.0. I used the upgrade helper, but it doesn…
-
(I'm not sure if Deno is officially supported, but I assume it is here as this is an official plugin for 11ty, where deno is officially supported)
When trying to build webc files on deno, dynamic a…
-
-
When enabling the RSS-plugin like this:
```
// RSS-feed
eleventyConfig.addPlugin(feedPlugin, {
type: "rss", // 'atom' or "rss", "json"
outputPath: "/feed.xml",
collection: {
na…
-
Hello Lene,
If I'm correct (I'm not a web person), 11ty is shipping this filters :
`htmlBaseUrl` which can replace this custom filter `toAbsoluteUrl ` in `main/src/_config/filters/to-absolute-ur…
-
**Describe the bug**
When linking to an image in Markdown pages (whether it's done in the CMS or manually), a build error will result.
**To Reproduce**
Steps to reproduce the behavior:
1. Add im…