Allow exceptions for MD033 "Inline HTML" (fixes #3, fixes #4).

This commit is contained in:
David Anson 2015-12-15 21:30:37 -08:00
parent 410da18a2c
commit fb31bb5f35
4 changed files with 71 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD033": {
"allowed_elements": [ "h1", "h3", "HR", "p" ]
}
}