2020-11-15 17:03:20 -08:00
|
|
|
# inline_html-allowed_elements
|
|
|
|
|
2015-12-15 21:30:37 -08:00
|
|
|
<h1>This is allowed.</h1>
|
|
|
|
|
|
|
|
<h2>This is not allowed. {MD033}</h2>
|
|
|
|
|
|
|
|
<h3>This is allowed.</h3>
|
|
|
|
|
|
|
|
<h1>This <h2>is not</h2> allowed. {MD033}</h1>
|
|
|
|
|
|
|
|
<h3>This <h2>is not</h2> allowed. {MD033}</h3>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
<br> {MD033}
|
|
|
|
|
2019-05-08 22:06:17 -07:00
|
|
|
<br > {MD033}
|
|
|
|
|
2015-12-15 21:30:37 -08:00
|
|
|
<br/> {MD033}
|
|
|
|
|
2019-05-08 22:06:17 -07:00
|
|
|
<br /> {MD033}
|
|
|
|
|
|
|
|
<br attribute/> {MD033}
|
|
|
|
|
|
|
|
<br attribute /> {MD033}
|
|
|
|
|
|
|
|
<br attribute="value"/> {MD033}
|
|
|
|
|
|
|
|
<br attribute="value" /> {MD033}
|
|
|
|
|
2015-12-15 21:30:37 -08:00
|
|
|
<p>
|
|
|
|
This is allowed.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<article> {MD033}
|
|
|
|
This is not allowed.
|
|
|
|
</article>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<article> {MD033}
|
|
|
|
This is not allowed.
|
|
|
|
</article>
|
|
|
|
<hr/>
|
|
|
|
<br/> {MD033}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<P>
|
|
|
|
<Article> {MD033}
|
|
|
|
This is not allowed.
|
|
|
|
</Article>
|
|
|
|
<Hr/>
|
|
|
|
<Br/> {MD033}
|
|
|
|
</P>
|
2023-03-15 21:26:22 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
"MD033": {
|
|
|
|
"allowed_elements": [
|
|
|
|
"h1",
|
|
|
|
"h3",
|
|
|
|
"HR",
|
|
|
|
"p"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
} -->
|