vscode: Allow some inline html in markdown files

This commit is contained in:
histalek 2021-06-27 19:01:43 +02:00
parent 5040f2323f
commit b37bfc8489
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -22,7 +22,8 @@
"latex-workshop.message.update.show": false,
"latex-workshop.view.pdf.viewer": "tab",
"markdownlint.config": {
"MD024": {"allow_different_nesting": true}
"MD024": {"allow_different_nesting": true},
"MD033": {"allowed_elements": ["h1", "img"]}
},
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'",
"window.title": "${activeEditorShort}${separator}${rootPath}",