github-readme-stats/.vscode/settings.json
Rick Staa b0b125ef03
docs: fix broken admonitions (#2957)
* docs: fix broken admonitions

This commit ensures that the admonitions are in line with the new GFM
specifications (see
https://github.com/orgs/community/discussions/16925#discussioncomment-6506860).

* dev

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-07-23 21:16:41 +03:00

6 lines
139 B
JSON

{
"markdown.extension.toc.levels": "1..3",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
}