Skip to content

Prune unused footnote references in GitHub-flavored Markdown

License

Notifications You must be signed in to change notification settings

ljharb/gfm-footnotes

Repository files navigation

gfm-footnotes Version Badge

github actions coverage License Downloads

npm badge

Prune unused footnote references in GitHub-flavored Markdown.

Usage

npx gfm-footnotes # if not installed

gfm-footnotes # if installed and in the PATH
$ gfm-footnotes --help
Usage: gfm-footnotes [options]

Options:
  --input <path>        File path containing GFM markdown content. If omitted, input must be piped in.
    [string]

  --output-file <path>  File path to write output to. If omitted, output will be printed to stdout.
    [string]

Install

npm install --save-dev gfm-footnotes

License

MIT

About

Prune unused footnote references in GitHub-flavored Markdown

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks