You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.markdownlint.json 202B

123456
  1. {
  2. "line-length": false,
  3. /* "MD033" */ "no-inline-html": {
  4. "allowed_elements": ["details", "summary", "i", "a", "img", "small", "br", "h1", "div", "blockquote", "b", "hr", "q", "h2", "h3"]
  5. }
  6. }