Use HTML instead of markdown
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user