npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gfm-footnotes

2.0.0

@ljharb

npmHomeRepoSnykSocket
Downloads:88117
$ npm install gfm-footnotes
DailyWeeklyMonthlyYearly

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