Skip to content
ousttrue edited this page Mar 18, 2022 · 2 revisions

Welcome to the vrm-specification wiki!

markdown 編集に使っているツール

table フォーマッター

VSCODE

見出し生成

doctoc

$ npx doctoc --maxlevel 3 specification/VRMC_vrm-1.0_draft/README.ja.md

.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": []
        }
    ]
}
Clone this wiki locally