mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
14 lines
502 B
Markdown
14 lines
502 B
Markdown
![]() |
# 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} |
|