Skip to content

Commit dc5b7d3

Browse files
nschonniMylesBorins
authored andcommitted
chore: Enable MD033/no-inline-html
Suppress currently flagged elements
1 parent 71488cd commit dc5b7d3

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.markdownlint.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@
1212
"MD028": false,
1313
"MD031": false,
1414
"MD032": false,
15-
"MD033": false,
15+
"MD033": {
16+
"allowed_elements": [
17+
"a",
18+
"br",
19+
"blockquote",
20+
"hr",
21+
"h1", "h2", "h3", "h4",
22+
"figure", "figcaption", "img",
23+
"ol", "ul", "li",
24+
"div", "span", "p",
25+
"table", "th", "tr", "td",
26+
"code", "pre",
27+
"i", "strong", "em", "b",
28+
"sup",
29+
"anonymous",
30+
"ins",
31+
"prot"
32+
]
33+
},
1634
"MD034": false,
1735
"MD035": false,
1836
"MD036": false,

0 commit comments

Comments
 (0)