#mdbook #mdbook-plugins #glob-pattern #mdbook-backend

app mdbook-unlink

A mdBook backend that validates local links

1 unstable release

0.1.0 May 12, 2023

#1628 in Text processing

MIT license

18KB
254 lines

Unlink

A mdBook backend that validates links in your book.

Configuration

[output.unlink]
ignore-files= ["String"]
# A list of glob patterns to ignore when checking links
ignore-links = ["String"]
# Whether or not to check draft chapters
# Default: true
check-drafts = true
# A list of files to include when checking links
include-files = ["String"]

Dependencies

~11–24MB
~328K SLoC