diff --git a/.markdownlint.json b/.markdownlint.json index 123df027..83951752 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -2,20 +2,18 @@ "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", "default": true, "MD001": false, - "MD003": { - "style": "atx" - }, "MD007": { "indent": 2 }, "MD013": { "code_blocks": false, - "line_length": 120, + "line_length": 150, "tables": false }, "MD033": false, "MD003": false, "MD034": false, "MD024": false, - "MD022": false + "MD022": false, + "MD023": false } diff --git a/.vscode/settings.json b/.vscode/settings.json index b95ecf4f..6d2cb901 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,8 @@ "editor.insertSpaces": true, "files.eol": "\n", "[markdown]": { - "editor.wordWrap": "on" + "editor.wordWrap": "on", + "editor.defaultFormatter": "DavidAnson.vscode-markdownlint", + "editor.formatOnSave": true } } diff --git a/app.config.ts b/app.config.ts index 5967e974..38d99c76 100644 --- a/app.config.ts +++ b/app.config.ts @@ -36,9 +36,11 @@ export default defineAppConfig({ }, }, }, - 'navigation-accordion': { - button: { - label: 'text-sm/6 font-semibold text-left text-pretty', + navigation: { + accordion: { + button: { + label: 'text-left text-pretty', + }, }, }, }, diff --git a/components/content/DisplayPartial.vue b/components/content/DisplayPartial.vue index 3fb99ffd..7eead62f 100644 --- a/components/content/DisplayPartial.vue +++ b/components/content/DisplayPartial.vue @@ -1,15 +1,15 @@