diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 009eeb4..178ba37 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -17,6 +17,6 @@ MD013: # https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md line_length: 256 MD033: # no-inline-html - allowed_elements: [ details, summary, kbd, table, th, tr, td ] + allowed_elements: [ details, summary, kbd, table, th, tr, td, nobr, a, img, sup, sub ] MD041: false # first-line-h1