Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gfm-footnotes

ljharb25.4kMIT1.0.1TypeScript support: included

Prune unused footnote references in GitHub-flavored Markdown

gfm, markdown, footnote, references, unused

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

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.1 - 2024-09-05

Commits

  • [Fix] move runtime dep from dev deps 59ee79f

v1.0.0 - 2024-09-03

Commits