mdtoc
, short for m
arkd
own t
able o
f c
ontents, creates a table of contents for Markdown documents.
Markdown table of contents is useful because in additional to providing an overview of the document, it also allows you to jump between headers for easy navigation! For example, try this link which brings you to the TODO
section of this README.
```bash ~ $ mdtoc --help mdtoc 0.2.0 Jack jchoi5@me.com generate table of contents for markdown
USAGE:
mdtoc [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b, --bullet
ARGS:
```bash ~ $ cat in.md
~ $ mdtoc in.md