corso/docs/.markdownlint.json
Niraj Tolia 78a605ec5c
Download instructions (#1276)
## Description

Explicit download instructions

## Type of change

- [x] 🗺️ Documentation
2022-10-21 07:18:33 +00:00

17 lines
272 B
JSON

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