New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

purell

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purell

Hand sanitizer for HTML

latest
Source
npmnpm
Version
3.3.14
Version published
Maintainers
1
Created
Source

Purell — The Hand Santizer for HTML

Purell is used to extract manuscript from any kind of file format and prepare it for conversion into a raw Superbook. It is pure CLI utility to convert and sanitize low quality markup into clean markdown compatible markup—the lowest common denominator between web and other propreitary formats.

How to use

Purell is almost entirely designed to be used at the root of a Bookiza app. But it can be used as a transitor between file formats as well, like so:

  • MS Word ⭌ Ugly HTML extract ⭌ Markdown Compatible HTML (Sanitized) ⭌ Superbook
  • ePub ⭌ Markdown Compatible HTML (Sanitized) ⭌ Superbook
  • PDF ⭌ Markdown Compatible HTML (Sanitized) ⭌ Superbook
  • Webpage (Scroll) ⭌ Markdown Compatible HTML (Sanitized) ⭌ Superbook

Alert

Documentation on these parts are sparse. Copious amounts of patience is advised.

Vocabulary

	$ pure --help

	$ pure fetch <url>					// Will fetch original.html from source URI

	$ pure defile <path to file>		// Will extract original.html from source file.

	$ pure sanitize 					// Markdown Compatible HTML (Sanitized)


The responsibility to paginate Markdown Compatible HTML (the sanitized.html file) into a Superbook is left with h2s.

License

Blueoak Model License 1.0.0

Keywords

sanitize

FAQs

Package last updated on 15 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts