corso/docs/.markdownlint.json
Niraj Tolia b4e3ea0e05
Simplify docs on how to run Corso (#1239)
## Description

Simplify docs on how to run Corso

- Add Docker and Windows binary instructions
- Add synced tabs
- Tweak tabs content to allow for copy-paste

## Type of change

- [x] 🗺️ Documentation
2022-10-20 02:01:37 +00:00

16 lines
247 B
JSON

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