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
- Host: GitHub
- URL: https://github.com/maxbeizer/mdtoc
- Owner: maxbeizer
- License: mit
- Created: 2019-10-11T21:12:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T20:16:37.000Z (over 6 years ago)
- Last Synced: 2025-03-26T21:09:20.127Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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