# github-markdown-toc **Repository Path**: xiaobei-2022/github-markdown-toc ## Basic Information - **Project Name**: github-markdown-toc - **Description**: markdown & readme 目录生成器,支持windows系统绝对路径(in go) - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # github-markdown-toc github markdown toc in go, readme toc in go, markdown & readme 目录生成器(in go) 来源:[github-markdown-toc.go](https://github.com/ekalinin/github-markdown-toc.go) 增加对win10本地readme目录绝对地址兼容 \ `go run main.go E:\code\golang\leetcode_go\notes\base.md` 输出的目录,默认去除链接,如果需要链接,则需要通过`--keep-link=true`来配置 如:\ `go run main.go --keep-link=true E:\code\golang\leetcode_go\notes\base.md`