mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 19:28:05 +01:00
Tokens inside tables that lack a map should get it from the surrounding table row (which is more scoped than the table body) (fixes #463).
This commit is contained in:
parent
1e82f76596
commit
11806dc5cb
6 changed files with 106 additions and 34 deletions
13
test/table-content-with-issues.md
Normal file
13
test/table-content-with-issues.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Table Content With Issues
|
||||
|
||||
| Content | Issue |
|
||||
|------------------------------|---------|
|
||||
| Text | N/A |
|
||||
| (link)[https://example.com] | {MD011} |
|
||||
| <hr> | {MD033} |
|
||||
| https://example.com | {MD034} |
|
||||
| * emphasis* | {MD037} |
|
||||
| __strong __ | {MD037} |
|
||||
| ` code` | {MD038} |
|
||||
| [link ](https://example.com) | {MD039} |
|
||||
| [link]() | {MD042} |
|
||||
Loading…
Add table
Add a link
Reference in a new issue