corso/docs/.markdownlint.json
Niraj Tolia c88c610e93
Consolidate downloads text (#1288)
## Description

The removes replication of information

## Type of change

- [x] 🗺️ Documentation
2022-10-21 16:45:23 +00:00

18 lines
304 B
JSON

{
"MD013": {
"line_length": 120
},
"no-inline-html": {
"allowed_elements": [
"TOCInline",
"br",
"img",
"div",
"Tabs",
"TabItem",
"CodeBlock",
"DownloadBinaries"
]
},
}