posthtml-expressions icon indicating copy to clipboard operation
posthtml-expressions copied to clipboard

Use variables, JS-like expressions, and even markup-powered logic in your HTML.

Results 24 posthtml-expressions issues
Sort by recently updated
recently updated
newest added

I have inherited some source code from another developer who has used posthtml-expressions and he has built a page that includes the following tag: They then created a footer file...

Trying to figure out how to pass an object to the `loop` attribute, added the test as a way of reproducing the issue. These don't work, you'll get `SyntaxError: Unexpected...

Not sure why this does not work. I tried the {{{}}} option as well. I am kinda a new to this but was hoping someone could point me in the...

Instead of `ignoreTag` it could be named `ignoreTags` and allow to contain CSS selectors like other posthtml plugins as [posthtml-match-helper](https://github.com/posthtml/posthtml-match-helper) accepts [tag]#[id].[class]. E.g `div#id`. It would not require the developers...