style(markdownlint): allow 'details', 'summary', and 'TabItem' elements

This commit is contained in:
Jakob Lichterfeld
2025-02-23 13:48:17 +01:00
parent 53d3f39c19
commit d5b1a55007
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -4,3 +4,5 @@ MD013:
line_length: 500
MD024:
siblings_only: true # heading duplication is allowed for non-sibling headings (common in changelogs)
MD033:
allowed_elements: ['details', 'summary', 'TabItem']
+1
View File
@@ -45,6 +45,7 @@
- build(deps): bump @docusaurus/preset-classic from 3.6.3 to 3.7.0 in /website (#4518)
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#4548)
- build(deps): update flake.lock (#4455)
- style(markdownlint): allow 'details', 'summary', and 'TabItem' elements ( - @JakobLichterfeld)
#### Dashboards