Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"MD024": { "siblings_only": true },
// Bare URLs are fine in changelogs and tables.
"MD034": false,
// Internal docs commonly use bare fences for diagrams and terminal sketches.
"MD040": false,
// First line does not need to be a heading.
"MD002": false,
// Repo uses padded table pipes (`| foo | bar |`); rule default is "compact".
Expand Down
4 changes: 3 additions & 1 deletion docs/.markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// MDX pages get their title from Fern frontmatter, not a top-level H1.
"MD041": false,
// MDX uses JSX components (<Callout>, <CodeBlock>, ...) that look like HTML.
"MD033": false
"MD033": false,
// Published docs should label fenced code blocks for rendering and copy UX.
"MD040": true
}
}
Loading