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

app mdbook-unlink

一个验证本地链接的mdBook后端。

1 个不稳定版本

0.1.0 2023年5月12日

1164文本处理

MIT 许可证

18KB
254 代码行

解除链接

一个验证您书中链接的mdBook后端。

配置

[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"]

依赖关系

~11–22MB
~311K SLoC