#markdown #generate-markdown #catalog #md #content #file #title

bin+lib catalog-of-markdown

生成 markdown 文件目录

5 个版本

0.1.4 2023年8月28日
0.1.3 2023年4月7日
0.1.2 2023年1月7日
0.1.1 2022年1月4日
0.1.0 2022年1月1日

#589 in 文本处理

MIT 许可证

10KB
232

README

在 Github 仓库中生成 README.md 的目录。

示例

cargo run -- Example.md

将在标准输出生成以下内容

- [Example](#example)
  - [Subtitle0](#subtitle0)
    - [sub sub title](#sub-sub-title)
  - [Subtitle 1](#subtitle-1)
  - [Subtitle 2](#subtitle-2)

cargo run -- -d 1 ./Example.md

- [Subtitle0](#subtitle0)
  - [sub sub title](#sub-sub-title)
- [Subtitle 1](#subtitle-1)
- [Subtitle 2](#subtitle-2)

cargo run -- -d 2 ./Example.md

- [sub sub title](#sub-sub-title)

依赖

~3.5–5MB
~86K SLoC