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

Render PostHTMLTree to HTML/XML

Results 10 posthtml-render issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...

dependencies

So I've got this div right here: `````` Note that I've changed the default posthtml delimiters to be `[[` and `]]` so they don't clash with the templating syntax we...

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

### `Details` Traced this issue down to `attrs` and this area in particular; ```javascript let attrValue = object[key]; if (replaceQuote) { attrValue = object[key].replace(/"/g, '"'); } attr += ' '...

> @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'...

type: bug
semver: patch
priority: high
status: pending

input ``` Войти в интернет ``` output ``` Войти в интернет ```

type: bug

- updated GitHub workflow - updated readme