Skip to content

Commit

Permalink
markdownlint: allow using and in html
Browse files Browse the repository at this point in the history
It's needed for drop down lists used in our documentation

JIRA: CI-295
  • Loading branch information
damianloew committed Jul 5, 2023
1 parent f2c850a commit a2dc6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ MD013:
# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements: [img]
allowed_elements: [img, details, summary]

0 comments on commit a2dc6a2

Please sign in to comment.