-
### Operating system
Linux
### Eleventy
2.0.1
### Describe the bug
Stacktraces from errors in Markdown files give an incorrect line number. It appears that the length of the front matte…
-
### Operating system
macOS Ventura 13.3
### Eleventy
2.0.0
### Describe the bug
Since adding the EleventyHtmlBasePlugin, I noticed that anchor references within a page are now broken. For example…
-
### Operating system
macOS Sonoma 14.2.1
### Eleventy
3.0.0-alpha.3
### Describe the bug
Using eleventyComputed to build permalinks for paginated pages works great… *unless* the permali…
eaton updated
9 months ago
-
**Describe the bug**
Exception in markdown template parsing:
```
```hbs
{{or @foo "default"}}
\```
```
I've included a backslash in the snippet below for Github's markdown parsing, it is n…
-
### Operating system
Arch Linux
### Eleventy
v3.0.0-alpha.14
### Describe the bug
There has been plenty discussion and ongoing work around TypeScript support and pnpm support, (https://…
-
I used your `elventy.conifg.image.js` in my project. I only had to change the object for the relative path, because the images are all in one assets folder. Thank you so much sharing this config. That…
-
The content of other pages is not accessible inside webc pages.
## Repro
1. Create a new Eleventy + WebC project
2. Add some markdown files with "posts" tag
3. Add a `.webc` page that renders …
-
- no error when used outside component
- no error with hard-coded src and alt
Looks like the shortcode/plugin isn't able t use the default values from the .toml file.
toml:
```
[component]
s…
-
**Describe the bug**
I'm seeing the following error when I try and set both the `templateEngineOverride` and a `permalink()` function in the `data()` method of an `*.11ty.js` template:
```sh
$ np…
-
Is it possible to use data/variable provided [here](https://www.getzola.org/documentation/templates/pages-sections/) in markdown content? It's like shortcodes but for already provided variable instead…