marker:查找CommonMark文档中问题的工具

时间:2024-05-04 18:14:26
【文件属性】:

文件名称:marker:查找CommonMark文档中问题的工具

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-04 18:14:26

Rust

记号笔 这是用于发现文档中问题的工具。 目前,它仅识别断开的链接(格式错误的URL,不存在的路径等)。 安装标记 标记可以使用安装: cargo install marker 跑步标记 在不带任何参数的情况下运行时,Marker将在当前工作目录及其后代中搜索CommonMark文档(所有文件扩展名为.md )。 也可以提供--root标志来更改搜索位置。 例如,给定当前工作目录中的以下文档: This is a [broken reference]. This [ won't load ](http://www.acrawford.com/404). [ I cannot type ](http:://example.com) [ This file ](not_here.md) doesn't exist. This is an [ absolute path ](/root.md


【文件预览】:
marker-master
----.gitignore(21B)
----shell.nix(325B)
----README.md(1KB)
----Cargo.toml(481B)
----LICENSE(11KB)
----src()
--------error.rs(3KB)
--------document.rs(6KB)
--------main.rs(7KB)
----.travis.yml(99B)
----Cargo.lock(29KB)

网友评论