markdown-toc
markdown-toc copied to clipboard
Generate and update magically a table of contents based on the headlines of a parsed markdown file.
Since I like to include a `## Table of Contents` headline above the TOC it is inlcuded in the TOC too, which looks stupid. I would suggest an option to...
Autoload
We can now read in an existing TOC when loading a markdown file. - New addition: Activate when markdown grammar gets used - On Activation, check all existing textEditors for...
Hiya! I love markdown-toc, but currently the 'update' function does not seem to be working. Its keypress gets bound correctly, but nothing happens :( Toggle to dispose/reinstate does the trick,...
When I generate a TOC with markdown-toc the generated html comments are displayed in my BitBucket repo. According to [this answer on stackoverflow](http://stackoverflow.com/questions/4823468/comments-in-markdown#20885980) using a link label should be a...
The generated links do not work in BitBucket markdown (I blame BitBucket). Referring to a header with BitBucket markdown requires links to be prefixed with 'markdown-header-'.
If I have a heading that contains an ndash: '-' or an mdash '—' it fails to generate an appropriate link.
Maybe I do not this right, but I am using Atom as a note editor and like the Markdown format :) I open multiple note files and I would like...
it's happened several times, for different button clicks. The last one was to insert table. but no way to actually do that after dialog box comes up. and, no way...
When some sections in the document are commented they are still included in the TOC. They should be skipped.