nextcloud-cronjob/.vscode/settings.json
2019-05-25 12:23:35 -05:00

10 lines
146 B
JSON

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