markdownlint/test/inline_html-allowed_elements.json

6 lines
90 B
JSON

{
"default": true,
"MD033": {
"allowed_elements": [ "h1", "h3", "HR", "p" ]
}
}