Skip to content

jianghai/mcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown 目录生成器

使用前

test.md

# title

## title1

### title1-1

## title2

使用后

test.md

# title

## 1 title1

### 1.1 title1-1

## 2 title2

test-contents.md

* [1 title1](#1-title1)
  * [1.1 title1-1](#11-title1-1)
* [2 title2](#2-title2)

安装

$ npm install -g mcg

使用方法

$ mcg --source ./test.md

文档

  • --source file 源文件
  • --dist file 目标文件,如果不指定,则覆盖源文件
  • --no-contents 不生成目录文件,默认生成
  • --start number 目录开始级别,默认从 h2 开始,h1 开始则指定为 1 即可

About

Markdown 目录生成器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published