Files
docker-docs/.markdownlint.json
Sarah Sanders 6ccfd7da2f fix: re-add lint rule (#23627)
## Description
- Reverts a change we made in E2B launch that was blocking
2025-10-30 16:27:14 -04:00

25 lines
651 B
JSON

{
"default": false,
"blanks-around-headings": true,
"hr-style": true,
"heading-start-left": true,
"single-h1": true,
"no-trailing-punctuation": true,
"no-missing-space-atx": true,
"no-multiple-space-atx": true,
"no-missing-space-closed-atx": true,
"no-multiple-space-closed-atx": true,
"no-space-in-emphasis": true,
"no-space-in-code": true,
"no-space-in-links": true,
"no-empty-links": true,
"ol-prefix": { "style": "one_or_ordered" },
"no-reversed-links": true,
"reference-links-images": {
"shortcut_syntax": false
},
"fenced-code-language": true,
"table-pipe-style": true,
"table-column-count": true
}