https://github.com/axross/html-to-sanitized-markdown
https://github.com/axross/html-to-sanitized-markdown
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axross/html-to-sanitized-markdown
- Owner: axross
- Created: 2016-05-29T08:10:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T08:41:29.000Z (over 9 years ago)
- Last Synced: 2025-01-21T14:47:18.513Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-to-sanitized-markdown
## Installation
```
npm i git+ssh://git@github.com:axross/html-to-sanitized-markdown.git
```## Usage
### `toSanitizedMarkdown(htmlString): Promise`
Please check `sample.js`