gizapp

Results 1 issues of gizapp

### Minimize removes the `contenteditable` attribute, which leads to major changes to the parsed HTML code Example code: ```js const Minimize = require('minimize') new Minimize().parse('hello world') ``` Produces `hello world`...