diff --git a/.github/markdown-lint.yaml b/.github/markdown-lint.yaml index 6607783..48e3633 100644 --- a/.github/markdown-lint.yaml +++ b/.github/markdown-lint.yaml @@ -8,6 +8,11 @@ MD013: false # Inline HTML # is allowed for beautiful rendering on GitHub. MD033: - # Whitelist some elements for beautiful rendering on GitHub. + # Whitelist elements used to render centered images and footnotes on GitHub. allowed_elements: + - 'a' + - 'br' + - 'i' - 'img' + - 'p' + - 'sup'