-
### 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…
-
# 🐛 bug report
There are two issues here. The first is that the href referenced by the module does not use Parcel's resolution algorithm, and requires including `node_modules` in the path. Fo…
-
# 🐛 bug report
When using PostHTML Modules for templating, modifying a partial html file doesn't trigger HMR as it should.
## 🎛 Configuration (.babelrc, package.json, cli command)
My .pos…
-
I haven’t been able to figure out how to communicate how valuable I find PostHTML to be and how much I would like to see it get some additional features. As a big fan of PostCSS, I’ve been writing my …
-
Hello,
Thank you so much for this awesome Plugin! I have just recently discovered Docsify (along with your Plugin) and am really liking everything so far.
I was wondering if it is possible to ad…
-
Hi! At first I'd like to say thanks for such a great library, this is definitely my greatest HTML building experience ever, far beyond PHP, Jade and Handlebars.
### The context
There is a trend in th…
-
I am using posthtml-expressions and mustache.js and building with vite
```
"@vituum/vite-plugin-posthtml": "^1.1.0",
"posthtml": "^0.16.6",
"posthtml-expressions": "^1.11.3",
"pos…
-
I'm currently in the process of researching existing template engines/html pre-processors to use in my express-based application. My base requirements are:
- Template inheritance (`block`/`extends` s…
-
Recreate gatsby's sharp image processing using a parcel plugin and posthtml transforms.
This should enable:
- Generating image sizes
- Generating srcsets
- Generating image variants (color, et…
-
In #29 @SukkaW asked whether it's possible to remove closing tags in PostHTML since it'd produce an invalid HTML. Although I don't know the answer to that particular question, it raises a more importa…