mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
52 lines
768 B
Markdown
52 lines
768 B
Markdown
![]() |
# Blanks Around Tables
|
||
|
|
||
|
| Header | Header |
|
||
|
| ------ | ------ |
|
||
|
| Cell | Cell |
|
||
|
|
||
|
Text
|
||
|
| Header | {MD058} |
|
||
|
| ------ | ------- |
|
||
|
| Cell | Cell |
|
||
|
|
||
|
| Header | Header |
|
||
|
| ------ | ------ |
|
||
|
| Cell | Cell |
|
||
|
Part of table {MD055} {MD056}
|
||
|
|
||
|
| Header | Header |
|
||
|
| ------ | ------- |
|
||
|
| Cell | {MD058} |
|
||
|
> Blockquote
|
||
|
|
||
|
Text
|
||
|
|
||
|
> Text
|
||
|
> | Header | {MD058} |
|
||
|
> | ------ | ------- |
|
||
|
> | Cell | {MD058} |
|
||
|
Text
|
||
|
|
||
|
> | Header | Header |
|
||
|
> | ------ | ------- |
|
||
|
> | Cell | {MD058} |
|
||
|
> > Blockquote
|
||
|
|
||
|
- List Item
|
||
|
| Header | {MD058} |
|
||
|
| ------ | ------- |
|
||
|
| Cell | {MD058} |
|
||
|
- List Item
|
||
|
|
||
|
1. List Item
|
||
|
| Header | {MD058} |
|
||
|
| ------ | ------- |
|
||
|
| Cell | {MD058} |
|
||
|
1. List Item
|
||
|
|
||
|
:::directive
|
||
|
| Header | {MD058} |
|
||
|
| ------ | ------- |
|
||
|
| Cell | {MD058} |
|
||
|
:::
|