Generate a markdown TOC (table of contents) in atom editor using Markdown-TOC and Remarkable.
apm install atom-mdtoc
maxDepth:6
updateOnSave:1
(disable with updateOnSave:0
)firsth1:0
(include with firsth1:1
)bullets:0
(use bullets with bullets:1
)flatten:1
(use tree with flatten:0
)numbering:1
(disable with numbering:0
) <!-- MDTOC maxdepth:6 firsth1:0 numbering:1 flatten:0 bullets:1 updateOnSave:0 -->
- 1. [Installation](#installation)
- 2. [Features](#features)
- 2.1. [Example (this Table Of Contents)](#example-this-table-of-contents)
- 3. [Contributing](#contributing)
- 4. [Author](#author)
- 5. [License](#license)
- 6. [Repeated heading example](#repeated-heading-example)
- 6.1. [Heading](#heading)
- 6.1.1. [Sub-heading](#sub-heading)
- 6.1.1.1. [Sub-sub-heading](#sub-sub-heading)
- 6.2. [Heading](#heading-1)
- 6.2.1. [Sub-heading](#sub-heading-1)
- 6.2.1.1. [Sub-sub-heading](#sub-sub-heading-1)
- 6.3. [Heading](#heading-2)
- 6.3.1. [Sub-heading](#sub-heading-2)
- 6.3.1.1. [Sub-sub-heading](#sub-sub-heading-2)
<!-- /MDTOC -->
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Marco Stolze
Copyright © 2016 Marco Stolze. Released under the MIT license.
This is a heading
This is an sub heading
This is a sub sub heading
This is a heading
This is a sub heading
This is a sub sub heading
This is a heading
This is a sub heading
This is a sub sub heading
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.