remark-squeeze-links
v1.0.2
Published
remark plugin to remove empty (or whitespace only) links
Downloads
301
Readme
remark-squeeze-links
remark plugin to remove empty (or whitespace only) links.
Install
npm:
npm install remark-squeeze-links
Use
var remark = require('remark')
var squeezeLinks = require('remark-squeeze-links')
remark().use(squeezeLinks).processSync('[](#about)\ntext').toString()
// => "text\n"
API
remark().use(squeezeLinks)
Remove empty (or white-space only) links.
Related
mdast-squeeze-links
— mdast utility that is in the core of this plugin
Contribute
See contributing.md
in remarkjs/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.