pbzweihander / markdown-toc

Table of Contents generator for Markdown. Written in Rust.
MIT License
16 stars 3 forks source link

Support extracting links option #3

Open pbzweihander opened 6 years ago

pbzweihander commented 6 years ago

Extract links like:

1. [markdown-toc]
    1. [Table of Contents]
    1. [Installation]
    1. [Usage]

[markdown-toc]: #markdown-toc
[Table of Contents]: #table-of-contents
[Installation]: #installation
[Usage]: #usage
pbzweihander commented 6 years ago

Specification