Commit a4dc99c
committed
fix: MD033 should ignore indented HTML (CommonMark code blocks)
- Add check to skip lines with 4+ spaces or tab indentation
- These are treated as code blocks per CommonMark spec
- Fixes regression where indented HTML was being flagged after MD046 fix
- All MD033 tests now pass1 parent ad862df commit a4dc99c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
302 | 307 | | |
303 | 308 | | |
304 | 309 | | |
| |||
0 commit comments