markdown文件生成目录

gh-md-toc

gh-md-toc

安装

1
2
3
$ wget https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc
$ chmod a+x gh-md-toc
$ ./gh-md-toc ./issue-13.md

生成内容

1
2
3
4
5
6
7
8
9
10
Table of Contents
=================

* [gh-md-toc](#gh-md-toc)
* [安装](#安装)
* [生成内容](#生成内容)
* [doctoc](#doctoc)
* [安装](#安装-1)
* [控制插入的位置](#控制插入的位置)
* [支持的平台](#支持的平台)

doctoc

doctoc

安装

1
2
$ sudo npm install -g doctoc
$ doctoc ./issue-13.md

生成内容见顶部

控制插入的位置

1
2
<!-- START doctoc -->
<!-- END doctoc -->

支持的平台

1
2
3
4
5
--bitbucket bitbucket.org
--nodejs nodejs.org
--github github.com
--gitlab gitlab.com
--ghost ghost.org

其他工具