nextcloud-cronjob/.vscode/settings.json

10 lines
146 B
JSON

{
"markdownlint.config": {
"no-inline-html": {
"allowed_elements": [
"br"
]
}
}
}