corso/docs/.markdownlint.json
Niraj Tolia bfab312bb3
Add an FAQ to docs (#1428)
## Description

Covers some questions that have come up in initial user testing

## Type of change

- [x] 🗺️ Documentation

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-11-02 21:22:29 +00:00

20 lines
350 B
JSON

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