| 程序包 | 说明 |
|---|---|
| com.github.houbb.markdown.toc.core | |
| com.github.houbb.markdown.toc.core.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
TocGen |
MarkdownToc.genTocFile(String filePath)
生成单个文件的 toc
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<TocGen> |
MarkdownToc.genTocDir(String dirPath)
生成指定目录下的所有 markdown 文件 toc
|
| 限定符和类型 | 方法和说明 |
|---|---|
TocGen |
AtxMarkdownToc.genTocFile(String filePath) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TocGen> |
AtxMarkdownToc.genTocDir(String dirPath) |
Copyright © 2018. All rights reserved.