There was an error while loading. Please reload this page.
Welcome to the vrm-specification wiki!
VSCODE
doctoc
$ npx doctoc --maxlevel 3 specification/VRMC_vrm-1.0_draft/README.ja.md
.vscode/tasks.json 例
.vscode/tasks.json
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "doctoc", "type": "shell", "command": "npx doctoc --maxlevel 3 ${file}", "problemMatcher": [] } ] }