| .gitignore | ●●●●● patch | view | raw | blame | history | |
| .markdownlint.jsonc | ●●●●● patch | view | raw | blame | history | |
| .vscode/extensions.json | ●●●●● patch | view | raw | blame | history |
.gitignore
@@ -1,5 +1,4 @@ node_modules public .wireit .hugo_build.lock resources/_gen .markdownlint.jsonc
@@ -93,7 +93,7 @@ }, // table style must be compact (single spaces around cell content) "MD060": { "style": "compact" "style": "aligned" }, // @see https://www.npmjs.com/package/@github/markdownlint-github // images should not contain default alternate texts .vscode/extensions.json
@@ -1,5 +1,7 @@ { "recommendations": [ "pkief.material-icon-theme" "pkief.material-icon-theme", "yzhang.markdown-all-in-one", "davidanson.vscode-markdownlint" ] }