mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01: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} |
|