# markdown-toc-dom **Repository Path**: javakam/markdown-toc-dom ## Basic Information - **Project Name**: markdown-toc-dom - **Description**: 在GitHub上生成Markdown toc的目录 👉 DOM实现 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-03 - **Last Updated**: 2023-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitHub支持 Markdown 目录生成 ## CSDN ## 参考项目:
[flexmark-java](https://github.com/vsch/flexmark-java)
[i5ting_ztree_toc](https://github.com/i5ting/i5ting_ztree_toc)

## 效果图 ![Image text](files/效果图1.png)
![Image text](files/效果图2.png)
## 使用方式 1.下载 [github-markdown-toc.jar](https://github.com/javakam/markdown-toc-dom/releases) 2.安装 Java 运行环境; 3.双击运行 ## 可以用 **[TOC]** 或 **[toc]** 开头才会生成目录 , 不写也行... ``` [TOC] # Heading **some bold** ## Heading 1.1 _some italic ### Heading 1.1.1 ### Heading 1.1.2 **_some bold italic_** #### Heading 1.1.2.1 **_some bold italic_666** ##### Heading 1.1.2.1.1 **_some bold 2222** ``` ### 效果 --- ## 支持html文件生成目录 [sample.html](files/sample.html) 👉 [sample 20190923113143.html](files/sample 20190923113143.html) ### 效果 [README.md](README.md) 👉 README.html