From d5b1a55007eefedd5d852ecd50d67b8c4d36faa5 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Sun, 23 Feb 2025 13:48:17 +0100 Subject: [PATCH] style(markdownlint): allow 'details', 'summary', and 'TabItem' elements --- .markdownlint.yaml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 8d12b3a1..e00a2180 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -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'] diff --git a/CHANGELOG.md b/CHANGELOG.md index 44baecce..bf02bbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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