I just uploaded the GitHub TOC Service version 0.2.0. Mostly because I needed a break from testing the next version of Marked, but also because it had a few bugs that needed fixing.
This is a Service that scratches an itch for me when working on long README files and other Markdown documents. From the original post:
…a script that works from the command line or as a Service. You can pipe Markdown to it, run it on a file, or select it and change it in place with the Service. You just put a [toc] tag in your document where you want the Table of Contents to go, and then run it. Any headers found after the point where the tag is will be indexed and linked
What’s new/fixed
You can use “mmd” in the tag
[toc 2 mmd] creates a 2-level-deep header using MultiMarkdown style header ids instead of github-dash-format