-
it appears the CVE-2022-37620 won't get fixed in the `html-minify` package, not maintained anymore as it appears, see https://github.com/kangax/html-minifier/issues/1135
On alternative would be to …
-
Since Hexo is a framework outputting HTML files. So we should introduce an HTML transformer into Hexo's core. [PostHTML](https://posthtml.org/) is a tool to transform HTML/XML. With PostHTML we can:
…
-
@Snugug Hello, I'm the maintainer of the `posthtml` package, can we move your package to scoupe `posthtml` for more popularity and timely support for this package? As I see the package is gaining popu…
-
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…
-
@jonathantneal Hi, it so happens that the boilerplate plug-ins have a fork from your repository. As I see your repository has not been updated for a long time, and the fork has run away a bit. Is it p…
Scrum updated
5 years ago
-
Using a block inside of the `` (like in #31) leads to an error on compiling.
```
ERROR in Error: Child compilation failed:
Module build failed (from ./node_modules/posthtml-loader/lib/index.j…
-
I made a simple html file. Very simple. Added a js file and put it in the footer of the index.html page.
Added a sass file. I have one dependancy. normalize.css
I tried to build the html file wi…
-
## Before
* [ ] Close `2.0.0` milestone
* [ ] Drop support Nunjucks
## Draw (20.11.2016)
### Templates
* [ ] `yellfy-pug-inheritance` ~~~(blocked by https://github.com/mrmlnc/yellfy…
-
With posthtml@0.13.4 & posthtml-extend@0.5.0, the following works just fine:
```html
— Github
```
```html
How to …
-
*package.json*
```json
"posthtml": {
"posthtml-beautify": {
"rusle": {
"blankLines": true
}
}
}
```
*posthtml.config.js*
```js
module.exports = {
plugins: [
req…
Scrum updated
6 years ago