toc
toc copied to clipboard
🚩 Zero configuration table of content generator for Markdown files.
Used this and found a small bug only relevant to headings containing `_`. This is the current output: ```md - [ISSUE_TEMPLATE.md](#issue-templatemd) - [PULL_REQUEST_TEMPLATE.md](#pull-request-templatemd) ``` These are the ones github uses...
- Fixes error in `cd` after `git clone`. - Improves clarity of which step might need `sudo`. - Installs to a directory that is more likely to be in the...
``` $ git clone https://github.com/ycd/toc $ cd ycd ``` should say ``` $ git clone https://github.com/ycd/toc $ cd toc ``` because git clones to a directory called "toc". Likewise ```...