Crates.io | catalog-of-markdown |
lib.rs | catalog-of-markdown |
version | 0.1.4 |
source | src |
created_at | 2022-01-01 02:40:33.036972 |
updated_at | 2023-08-28 01:45:49.773733 |
description | Generate the catalog of markdown file. |
homepage | |
repository | https://github.com/ccqpein/catalog-of-markdown |
max_upload_size | |
id | 506016 |
size | 18,423 |
Generate catalog of README.md
on Github Repo.
Example
cargo run -- Example.md
will generate content below in stdout:
- [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)