diff --git a/README.md b/README.md index 33b14097..364035fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Apparently [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/) r My VSCode's settings.json : +```json { "markdown.extension.toc.levels": "2..6", "markdown.extension.tableFormatter.normalizeIndentation": true, @@ -21,4 +22,5 @@ My VSCode's settings.json : "no-hard-tabs": false }, "markdownlint.run": "onSave" -} \ No newline at end of file +} +```