html-parse-stringify
html-parse-stringify copied to clipboard
Bug report: Multiple-line attribute values are not recognized correctly.
Can be seen in : link
I created a PR which fixes this, all tests are passing.
As a workaround while this is waiting for approvement, I also published a new package on npm with this PR patched: npm i html-parse-stringify-multiline
.
https://github.com/HenrikJoreteg/html-parse-stringify/pull/63
I created a PR which fixes this, all tests are passing.
As a workaround while this is waiting for approvement, I also published a new package on npm with this PR patched:
npm i html-parse-stringify-multiline
.#63
Thank you. This can be a solution.