diff options
author | MarvNC <rotrobmin@gmail.com> | 2023-10-05 13:16:21 -0700 |
---|---|---|
committer | MarvNC <rotrobmin@gmail.com> | 2023-10-05 13:16:21 -0700 |
commit | 472f75839a8613887bd934827bc0bc0f0412362b (patch) | |
tree | 38317e6302129472579ffc0fe0330e529af5c6d0 /CONTRIBUTING.md | |
parent | 678860502c21eddd00ec5a2a51e5b1790833d1df (diff) |
Mention markdown all in one extension
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8d30fb3..2b19e68e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,3 +78,5 @@ run by `npm test` and the continuous integration process. - [.eslintrc.json](.eslintrc.json) rules are used for JavaScript files. - [.stylelintrc.json](.stylelintrc.json) rules are used for CSS files. - [.htmlvalidate.json](.htmlvalidate.json) rules are used for HTML files. + +In addition, the [Markdown All in One VSCode extension](https://github.com/yzhang-gh/vscode-markdown) is used for formatting markdown files and automatically updating the table of contents. |