DavidAnson / markdownlint

A Node.js style checker and lint tool for Markdown/CommonMark files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD033 : allowed_elements ignoring the <kdb> element

o0Sam0o opened this issue · comments

Tested with other elements without issue but for some reason this one element is not being recognized.

Screenshot 2024-02-28 at 10 57 31 PM

Markdown

Editor - Go Back: <kbd> ⌃ Ctrl</kbd> + <kbd>_</kbd>

Configuration

{
  "default": true,
  "MD033": {
    "allowed_elements": ["kdb"]
  }
}

Typo "kbd" vs "kdb"

Typo "kbd" vs "kdb"

So sorry, been at it for hours and did not see the typo.