@tryghost/mg-clean-html
v0.2.25
Published
An opinionated set of cleaning steps, taking HTML full of inline styles and badly structured content and converting it into something cleaner.
Maintainers
Keywords
Readme
Clean HTML
An opinionated set of cleaning steps, taking HTML full of inline styles and badly structured content and converting it into something cleaner.
This is intended to run after platform -specific HTML changes have been made
Install
To use this package in your own project:
npm install @tryghost/mg-clean-html --save
or
yarn add @tryghost/mg-clean-html
Usage
Develop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
Run
To run a local development copy, cd into this directory, and use yarn dev instead of migrate like so:
yarn dev curate --pathToZip /path/to/export.zipTest
yarn lintrun just eslintyarn testrun lint and tests
Copyright & License
Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.
