mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
style(markdownlint): allow 'details', 'summary', and 'TabItem' elements
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user