vscode: Allow some inline html in markdown files
This commit is contained in:
parent
5040f2323f
commit
b37bfc8489
1 changed files with 2 additions and 1 deletions
|
@ -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}",
|
||||
|
|
Loading…
Add table
Reference in a new issue