mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Fix bug handling HTML embedded in a table.
This commit is contained in:
parent
5877f4b590
commit
e60e16baf0
3 changed files with 26 additions and 5 deletions
11
test/md033-cannot-read-property-of-undefined.md
Normal file
11
test/md033-cannot-read-property-of-undefined.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Header
|
||||
|
||||
Head | Head
|
||||
--------|------------
|
||||
<br/> | {MD033}
|
||||
|
||||
{MD033} | <i>Head</i>
|
||||
--------|------------
|
||||
<br/> | {MD033}
|
||||
text | text
|
||||
{MD033} | <b>text</b>
|
||||
Loading…
Add table
Add a link
Reference in a new issue