Sign inSign up

killergoldfisch/github-markdown-toc

By killergoldfisch

•Updated about 5 years ago

gh-md-toc — is for you if you want to generate TOC (Table Of Content) for a README.md

Image
0

242

killergoldfisch/github-markdown-toc repository overview

⁠Example VSCode task:

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "toc",
            "type": "shell",
            "command": "docker run -v ${workspaceFolder}:/data killergoldfisch/github-markdown-toc --insert --no-backup --hide-footer /data/README.md"
        }
    ]
}

Tag summary

Content type

Image

Digest

Size

67.2 MB

Last updated

about 5 years ago

docker pull killergoldfisch/github-markdown-toc