diff --git a/.vscode/settings.json b/.vscode/settings.json index 735e4e6..f021e4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[html]": { - "editor.defaultFormatter": "vscode.html-language-features" + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" @@ -19,8 +19,12 @@ "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "[markdown]": { + "editor.defaultFormatter": "yzhang.markdown-all-in-one" + }, + "eslint.validate": ["javascript", "javascriptreact", "typescript"], "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "eslint.validate": ["javascript", "javascriptreact", "typescript"] + "editor.formatOnSave": true } diff --git a/index.html b/index.html index fc87463..b23f3ce 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,18 @@ + + + + + + + + + <%= title %> + - - - - - - - - - - <%= title %> - - - - -
- - - - \ No newline at end of file + +
+ + +