Skip to content

Commit d5b1a55

Browse files
style(markdownlint): allow 'details', 'summary', and 'TabItem' elements
1 parent 53d3f39 commit d5b1a55

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.markdownlint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ MD013:
44
line_length: 500
55
MD024:
66
siblings_only: true # heading duplication is allowed for non-sibling headings (common in changelogs)
7+
MD033:
8+
allowed_elements: ['details', 'summary', 'TabItem']

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
- build(deps): bump @docusaurus/preset-classic from 3.6.3 to 3.7.0 in /website (#4518)
4646
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#4548)
4747
- build(deps): update flake.lock (#4455)
48+
- style(markdownlint): allow 'details', 'summary', and 'TabItem' elements ( - @JakobLichterfeld)
4849

4950
#### Dashboards
5051

0 commit comments

Comments
 (0)