mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
MD033/no-inline-html: Add table_allowed_elements parameter.
This commit is contained in:
parent
c6e2ee1488
commit
1ac0b22804
16 changed files with 432 additions and 8 deletions
|
|
@ -54,6 +54,11 @@ This is not allowed.
|
|||
<Br/> {MD033}
|
||||
</P>
|
||||
|
||||
| Allowed | Not Allowed |
|
||||
| ------- | ------------ |
|
||||
| <h1> | |
|
||||
| | <br> {MD033} |
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue