markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Table of Contents generator for Markdown. Written in Rust.

Results 5 markdown-toc issues
Sort by recently updated
recently updated
newest added

When the library is added with `cargo add markdown-toc`, there should be a function that takes a `File` object, the markdown file and returns the ToC for that file. Some...

After #14 merged a couple days ago, those changes have not reflected in crates.io yet. I believe the pipeline is failing to publish the latest changes to crates.

## My Section 🏃🏼 Github does not render the emoji for anchor links to sections containing emojis. This section will anchor to `#my-section-` ## my question? Github will anchor to...

enhancement

Extract links like: ```markdown 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 ```

Setext-style headers are "underlined" using equal signs (for first-level headers) and dashes (for second-level headers). For example: This is an H1 ============= This is an H2 ------------- Currently `md-toc` only...