Ivan Demidov
Ivan Demidov
### `Details` Tests fall with posthtml version latest
Thank you for the response. That's interesting, I had missed that one. Will see if I can work with it, even though what I'm looking for is probably some way...
Need to use it in `posthtml-mso`, so this: ```html ``` results in this: ```html ``` and not in this: ```html ```
> @gucong3000 Hi, `singleTags` options can also take regular expression [see](https://github.com/posthtml/posthtml-render/blob/master/test/render.test.js#L236) > > As a result, your settings should come down to > > ```js > { > closingSingleTag: 'slash'...
Have the same issue, I want to add a new node. Maybe add some method for creating a node to the core library? More "legal" way. By now, I use...
https://github.com/posthtml/posthtml-parser/blob/7081062588fedff14fb3b89a1952325c91fd2a38/src/index.ts#L20
The correct behavior for the parser would be throwing an error in the case where unclosed tags are met, instead of silently returning wrongly parsed HTML. Otherwise that's really confusing...
@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...