An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/mdtoc

Convert Markdown headers into a table of contents
https://github.com/maxbeizer/mdtoc

Last synced: 12 months ago
JSON representation

Convert Markdown headers into a table of contents

Awesome Lists containing this project

README

          

# Markdown Table of Contents

An CLI tool to generate a table of contents from Markdown files using headers.

Mostly it's an excuse to practice Golang

## Installation

tbd

## Usage

```
$ mdtoc ./path/to/file.md

* [Installation](#installation)
* [Nested a level](#nested-a-level)
* [Usage](#usage)
* [License](#license)
```

## License

MIT