Use HTML instead of markdown

This commit is contained in:
2025-05-16 23:50:07 +02:00
parent 45d36b3bae
commit 9511970cc6
299 changed files with 44321 additions and 18001 deletions

15
.vscode/settings.json vendored
View File

@ -14,5 +14,20 @@
],
"python.analysis.ignore": [
"**.json"
],
"files.watcherExclude": {
"**/articles/**": true,
"**/html/**": true
},
"explorer.autoRevealExclude": {
"**/articles": true
},
"python.analysis.exclude": [
"**/articles",
"**/html"
],
"ruff.exclude": [
"articles",
"html"
]
}