gfm-footnotes

Prune unused footnote references in GitHub-flavored Markdown

MIT 4 个版本
安装
npm install gfm-footnotes
yarn add gfm-footnotes
pnpm add gfm-footnotes
bun add gfm-footnotes
README

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

版本列表
2.0.0 2025-11-02
1.0.2 2025-10-31
1.0.1 2024-09-05
1.0.0 2024-09-03