gh-md-toc — is for you if you want to generate TOC (Table Of Content) for a README.md
242
{
// 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"
}
]
}
Content type
Image
Digest
Size
67.2 MB
Last updated
about 5 years ago
docker pull killergoldfisch/github-markdown-toc